projects
/
deb_pkgs
/
autorandr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de7ca4
)
Reformated main exception handler (Breaks PEP 8; I'm not a fan of the 80 cols rule)
author
Phillip Berndt
<phillip.berndt@googlemail.com>
Sun, 17 May 2015 08:09:41 +0000
(10:09 +0200)
committer
Phillip Berndt
<phillip.berndt@googlemail.com>
Sun, 17 May 2015 08:09:41 +0000
(10:09 +0200)
autorandr.py
patch
|
blob
|
history
diff --git
a/autorandr.py
b/autorandr.py
index f62c34dd30396d4b09789ef9063e8ce142776d7c..f9e9f4c16d7347047f67aa94525f3d5f87eda645 100755
(executable)
--- a/
autorandr.py
+++ b/
autorandr.py
@@
-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