freeipa/ipa-client/ipa-install
Petr Viktorin ebfda866dd Don't use bare except: clauses in ipa-client-install
Instead of `except:`, use `except Exception:`. This means that errors
like KeyboardInterrupt are not handled, letting them terminate the
script as expected.

https://fedorahosted.org/freeipa/ticket/2941
2012-09-27 14:43:01 +02:00
..
ipa-client-automount Fix python syntax in ipa-client-automount 2012-09-24 18:00:36 +02:00
ipa-client-install Don't use bare except: clauses in ipa-client-install 2012-09-27 14:43:01 +02:00
Makefile.am Configure automount using autofs or sssd. 2012-06-25 17:24:34 -04:00