Skip to content
Snippets Groups Projects
Commit 19bc1df1 authored by Brian O'Connor's avatar Brian O'Connor
Browse files

fixed style error

parent bda2317d
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ if __name__ == "__main__": ...@@ -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" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment