File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33expects a secrets.py file something like the following:
44```
5- baseURL='https://dspace.myuni.edu'
6- # credentials for an authorized dspace user
7- email='dspace_user@.myuni.edu'
8- password='my_dspace_password'
9- # full path to a directory into which to store output
10- filePath = '/Users/dspace_user/dspace-data-collection/data/'
11- # handlePrefix may vary from your dspace url (or may not)
12- handlePrefix = 'http://dspace.myuni.edu/handle/'
5+ baseURL='https://dspace.myuni.edu'
6+ # credentials for an authorized dspace user
7+ email='dspace_user@.myuni.edu'
8+ password='my_dspace_password'
9+ # full path to a directory into which to store output
10+ filePath = '/Users/dspace_user/dspace-data-collection/data/'
11+ # handlePrefix may vary from your dspace url (or may not)
12+ handlePrefix = 'http://dspace.myuni.edu/handle/'
1313```
1414this file will be gitignored.
1515
@@ -22,7 +22,7 @@ Skips collection 24
2222 if collectionID != 24:
2323 offset = 0
2424
25- No directories skipped:
25+ No collections skipped:
2626
2727 for j in range (0, len (collections)):
2828 collectionID = collections[j]['id']
You can’t perform that action at this time.
0 commit comments