Commit 266534c8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6772a539
......@@ -331,8 +331,8 @@ def cmd_allstructs(argv):
sys.exit(1)
zurl = argv[0]
n = int(sys.argv[1])
kv1, kv2 = sys.argv[2:]
n = int(argv[1])
kv1, kv2 = argv[2:]
zstor = storageFromURL(zurl)
defer(zstor.close)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment