[actions] add 'abort' and 'terminate' actions (#5778)
This commit is contained in:
@@ -299,6 +299,8 @@ def main():
|
||||
else:
|
||||
input_manager.success()
|
||||
|
||||
except exception.StopExtraction:
|
||||
pass
|
||||
except exception.TerminateExtraction:
|
||||
pass
|
||||
except exception.RestartExtraction:
|
||||
|
||||
Reference in New Issue
Block a user