Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 9, 2023
1 parent a12bf4c commit 39e22f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generators/generate-cran-versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ extract_packages_with_versions <- function(osvs) {
package <- affected$package$name
package2 <- affected$package
name <- package2$name

if (is.null(affected$package)) {
print("package is null!")
}

if (is.null(affected$package$name)) {
print("package is null!")
}
# print(osv$id)
# print(affected)
# print(package)
Expand Down

0 comments on commit 39e22f9

Please sign in to comment.