fixed style error

This commit is contained in:
Brian O'Connor
2013-07-26 13:45:56 -07:00
parent bda2317d8b
commit 19bc1df15d
+1 -1
View File
@@ -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" +