diff -r ad8ed15f90e5 -r a02b03b7bfec uninstall-debugclients.py --- a/uninstall-debugclients.py Sun Mar 04 14:55:23 2018 +0100 +++ b/uninstall-debugclients.py Mon Apr 02 12:04:18 2018 +0200 @@ -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)