Skip to content

Commit

Permalink
Merge pull request #9 from Adafede/patch-1
Browse files Browse the repository at this point in the history
Update Sirius.R
  • Loading branch information
philouail authored Jan 21, 2025
2 parents 1e06313 + 3a4e284 commit f2dabab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Sirius.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setClass("Sirius",
stop("A username was provided but no password.")
if (!length(object@username) && length(object@password))
stop("A password was provided but no username.")
if (length(object@projectId > 1))
if (length(object@projectId) > 1)
stop("projectId should be a character vector of length 1.")
}
)
Expand Down

0 comments on commit f2dabab

Please sign in to comment.