You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We observed this in 2 situations:
1. when trying to download a non-existing assignment.
2. when trying to download an already downloaded assignment.
It's great that the CLI refuses to download the assignment if a directory
with that name already exists, but it returns the same exit code as a
successful download (which throws out our script).
(There may be other situations, but we haven't run into them.)
The text was updated successfully, but these errors were encountered:
victorhuangwq
changed the title
(autolab download) Exit code of 0 is still returned on error
(autolab download) Exit code of 0 is returned on error
Jun 7, 2020
We observed this in 2 situations:
1. when trying to download a non-existing assignment.
2. when trying to download an already downloaded assignment.
It's great that the CLI refuses to download the assignment if a directory
with that name already exists, but it returns the same exit code as a
successful download (which throws out our script).
(There may be other situations, but we haven't run into them.)
https://github.com/autolab/autolab-cli/blob/master/src/cmd/cmdimp.cpp
The text was updated successfully, but these errors were encountered: