Skip to content

Commit 4721e68

Browse files
authored
Fix for filesystem change - /scratch now /deleted-sundays (#34)
1 parent a806109 commit 4721e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DP0.2/13a_Image_Cutout_SciDemo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"username = getpass.getuser()\n",
227227
"print('username: ', username)\n",
228228
"\n",
229-
"userdir = '/scratch/' + username\n",
229+
"userdir = '/deleted-sundays/' + username\n",
230230
"if not os.path.exists(userdir):\n",
231231
" os.makedirs(userdir)\n",
232232
" print('Created ', userdir)\n",

0 commit comments

Comments
 (0)