Skip to content

Commit

Permalink
Change task status flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kippandrew committed Oct 22, 2013
1 parent d8af78c commit 6b39cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lucid.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lucidClient <- function(authInfo) {
# are we finished? (note: this codepath is the only way to exit
# this function)
if (status$finished) {
if (identical(status$status, "complete"))
if (identical(status$status, "success"))
return (NULL)
else
stop(status$error, call. = FALSE)
Expand Down

0 comments on commit 6b39cf2

Please sign in to comment.