]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Reformated main exception handler (Breaks PEP 8; I'm not a fan of the 80 cols rule)
authorPhillip Berndt <phillip.berndt@googlemail.com>
Sun, 17 May 2015 08:09:41 +0000 (10:09 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Sun, 17 May 2015 08:09:41 +0000 (10:09 +0200)
autorandr.py

index f62c34dd30396d4b09789ef9063e8ce142776d7c..f9e9f4c16d7347047f67aa94525f3d5f87eda645 100755 (executable)
@@ -720,6 +720,5 @@ if __name__ == '__main__':
             print("Exception: {0}".format(e.__class__.__name__))
             sys.exit(2)
 
-        print("Unhandled exception ({0}). Please report this as a bug.".format(
-            e), file=sys.stderr)
+        print("Unhandled exception ({0}). Please report this as a bug.".format(e), file=sys.stderr)
         raise