Skip to content

Commit 8a01548

Browse files
committed
updates
1 parent 481d2b7 commit 8a01548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postCollection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
collectionID = post['link']
9797

9898
# Post items
99-
collectionMetadata = json.load(open(directory+'/'+'metadata.json'))
99+
collectionMetadata = json.load(open(directory+'/metadata.json'))
100100
for itemMetadata in collectionMetadata:
101101
fileExists = ''
102102
updatedItemMetadata = {}

0 commit comments

Comments
 (0)