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 481d2b7 commit 8a01548Copy full SHA for 8a01548
postCollection.py
@@ -96,7 +96,7 @@
96
collectionID = post['link']
97
98
# Post items
99
-collectionMetadata = json.load(open(directory+'/'+'metadata.json'))
+collectionMetadata = json.load(open(directory+'/metadata.json'))
100
for itemMetadata in collectionMetadata:
101
fileExists = ''
102
updatedItemMetadata = {}
0 commit comments