diff options
Diffstat (limited to 'rpkid/testpoke.py')
-rw-r--r-- | rpkid/testpoke.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/testpoke.py b/rpkid/testpoke.py index e1c583e4..86e7aaef 100644 --- a/rpkid/testpoke.py +++ b/rpkid/testpoke.py @@ -43,8 +43,8 @@ yaml_file = "testpoke.yaml" yaml_cmd = None debug = False -opts,argv = getopt.getopt(sys.argv[1:], "y:r:h?d", ["yaml=", "request=", "help", "debug"]) -for o,a in opts: +opts, argv = getopt.getopt(sys.argv[1:], "y:r:h?d", ["yaml=", "request=", "help", "debug"]) +for o, a in opts: if o in ("-h", "--help", "-?"): usage(0) elif o in ("-y", "--yaml"): |