X-Git-Url: https://git.ralfj.de/lilass.git/blobdiff_plain/4462cbde3a401b1fb0d530aa0e300c26d10075d0..1f558aaf1deb7511d8d70646cc1ea97cfb8fecbd:/lilass diff --git a/lilass b/lilass index f9363ea..7b94e18 100755 --- 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 # @@ -146,5 +146,5 @@ if __name__ == "__main__": if setup.extResolution is None: turnOnBacklight() except Exception as e: + raise e frontend.error(str(e)) - raise