You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: postCollection.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@
82
82
f2=open('fileListDict.txt', 'wb')
83
83
f2.write(json.dumps(fileList))
84
84
85
+
## Use this section of code if 'fileListDict.txt' has already been generated and comment out lines 64-83. This is useful if uploading a very large collection as generating the file list will take some time.
85
86
# f3=open('fileListDict.txt', 'rb')
86
87
# fileList = json.load(f3)
87
88
@@ -117,7 +118,7 @@
117
118
printjson.dumps(post)
118
119
itemID=post['link']
119
120
120
-
# #Post bitstream - front and back
121
+
# #Post bitstream - front and back. Deprecated method, preserved for reference
0 commit comments