diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-10 16:57:27 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-10 16:57:27 +0100 |
commit | ccbea768a6cb59440623e9613db9e3cc62086bfd (patch) | |
tree | bbd3259368fef91e7e439eba12fec6a4d0066409 /tools | |
parent | 3b1b80855704812d8f76fb3a258b52cee0d56720 (diff) |
Fix _args -> args since we now use it.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/merge_fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/merge_fetch.py b/tools/merge_fetch.py index 9d0963b..bb1e17e 100755 --- a/tools/merge_fetch.py +++ b/tools/merge_fetch.py @@ -13,7 +13,7 @@ from mergetools import get_logorder, verify_entry, get_new_entries, \ hexencode, parse_args from certtools import timing_point, write_file, create_ssl_context -def merge_fetch(_args, config, localconfig): +def merge_fetch(args, config, localconfig): paths = localconfig["paths"] storagenodes = config["storagenodes"] mergedb = paths["mergedb"] |