uninstall-debugclients.py

branch
maintenance
changeset 6206
a02b03b7bfec
parent 6188
5a6ae3be31e6
child 6364
6a496f0886ad
--- 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)
     

eric ide

mercurial