projects
/
lilass.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Detect absence of a TTY, and refuse to use the CLI backend interactively in that...
[lilass.git]
/
lilass
diff --git
a/lilass
b/lilass
index 33b05fdb8be8105b7aaf5b036f92250af3d25a07..49dbeea61d24fa251af53a6702de379c495e43a6 100755
(executable)
--- a/
lilass
+++ b/
lilass
@@
-147,4
+147,3
@@
if __name__ == "__main__":
turnOnBacklight()
except Exception as e:
frontend.error(str(e))
- raise