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 22574d5 commit a31970aCopy full SHA for a31970a
write.py
@@ -21,7 +21,7 @@
21
metadata = json.load(metaf)
22
23
production = False
24
-publish = False
+publish = True
25
26
response = caltechdata_write(
27
metadata, token, args.fnames, production, args.schema, publish
0 commit comments