fixed style error
This commit is contained in:
@@ -284,7 +284,7 @@ if __name__ == "__main__":
|
|||||||
info( "Keyboard Interrupt. Shutting down and cleaning up...")
|
info( "Keyboard Interrupt. Shutting down and cleaning up...")
|
||||||
cleanup()
|
cleanup()
|
||||||
except Exception:
|
except Exception:
|
||||||
#Print exception
|
# Print exception
|
||||||
type_, val_, trace_ = sys.exc_info()
|
type_, val_, trace_ = sys.exc_info()
|
||||||
errorMsg = ( "-"*80 + "\n" +
|
errorMsg = ( "-"*80 + "\n" +
|
||||||
"Caught exception. Cleaning up...\n\n" +
|
"Caught exception. Cleaning up...\n\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user