diff -r 2cc7e3629784 -r 5a6ae3be31e6 uninstall-debugclients.py --- a/uninstall-debugclients.py Mon Mar 12 19:57:16 2018 +0100 +++ b/uninstall-debugclients.py Tue Mar 13 14:54:46 2018 +0100 @@ -112,7 +112,7 @@ except getopt.GetoptError: usage() - for opt, arg in optlist: + for opt, _arg in optlist: if opt in ["-h", "--help"]: usage(0)