mirror of
https://github.com/clearml/clearml-agent
synced 2025-05-29 09:28:35 +00:00
Fix file not found error (no 2) interpreted as aborted (i.e. ctrl-c)
This commit is contained in:
parent
cd59933c9c
commit
296f7970df
@ -420,7 +420,7 @@ SOURCE_COMMAND = select_for_platform(linux="source", windows="call")
|
|||||||
class ExitStatus(object):
|
class ExitStatus(object):
|
||||||
success = 0
|
success = 0
|
||||||
failure = 1
|
failure = 1
|
||||||
interrupted = 2
|
interrupted = -2
|
||||||
|
|
||||||
|
|
||||||
COMMAND_SUCCESS = 0
|
COMMAND_SUCCESS = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user