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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All of these scripts require a secrets.py file in the same directory that must c
5
5
baseURL='https://dspace.myuni.edu'
6
6
email='dspace_user@.myuni.edu'
7
7
password='my_dspace_password'
8
-
filePath = '/Users/dspace_user/dspace-data-collection/data/' # full path to a directory into which to store output files
8
+
filePath = '/Users/dspace_user/dspace-data-collection/data/' # directory into which to store output files
9
9
handlePrefix = 'http://dspace.myuni.edu/handle/' # handlePrefix may vary from your dspace url (or may not)
10
10
```
11
11
This secrets.py file will be ignored according to the repository's .gitignore file so that DSpace login details will not be inadvertently exposed through Github
0 commit comments