minor fixes
[lilass.git] / lilass
diff --git a/lilass b/lilass
index f9363ead2de7146b01c1c55ae80c61fbcb0da960..7b94e188e7aa5e5eecd9b0896854fcee551cbf65 100755 (executable)
--- a/lilass
+++ b/lilass
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # DSL - easy Display Setup for Laptops
 # Copyright (C) 2012-2015 Ralf Jung <post@ralfj.de>
 #
@@ -146,5 +146,5 @@ if __name__ == "__main__":
         if setup.extResolution is None:
             turnOnBacklight()
     except Exception as e:
+        raise e
         frontend.error(str(e))
-        raise