We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af37db9 commit 54285c1Copy full SHA for 54285c1
edit.py
@@ -16,4 +16,4 @@
16
metaf = open(args.json_file[0], 'r')
17
metadata = json.load(metaf)
18
19
-Caltechdata_edit(token, args.ids, metadata, args.fnames, False)
+Caltechdata_edit(token, args.ids, metadata, args.fnames, {}, False)
0 commit comments