variable name fix

This commit is contained in:
urihershgc 2015-11-25 15:44:22 +02:00
parent 6a5c4f834d
commit 7466cdccfb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def main():
arg_parser.add_argument('-c', '--config')
opts, monkey_args = arg_parser.parse_known_args(sys.argv[2:])
if opts.config:
config_file = ops.config
config_file = opts.config
if os.path.isfile(config_file):
# using print because config can also change log locations