uninstall-debugclients.py

changeset 6188
5a6ae3be31e6
parent 6048
82ad8ec9548c
child 6364
6a496f0886ad
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)
     

eric ide

mercurial