StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

the driver classes (Runner, Creator etc) shouldn't throw SystemExit or use utilities that do this #83

Closed konstan closed 6 years ago

konstan commented 11 years ago

Clients which attempt to catch exceptions usually try to catch Exception and miss SystemExit because both exceptions are on the same level of the Python's exceptions tree hierarchy with BaseException as the common parent.