File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 112112 " version = '1'\n " ,
113113 " \n " ,
114114 " # Provide the file where you keep your customized list of sites.\n " ,
115- " custom_sites = '/home/jovyan/solid_earth_atbd_dev/ATBD_main/ my_sites.txt'\n " ,
115+ " custom_sites = '/home/jovyan/my_sites.txt'\n " ,
116116 " \n " ,
117117 " # Enter a username for storing your outputs\n " ,
118- " if os.path.exists('/home/jovyan/solid_earth_atbd_dev/ATBD_main/ me.txt'):\n " ,
119- " with open('/home/jovyan/solid_earth_atbd_dev/ATBD_main/ me.txt') as m:\n " ,
118+ " if os.path.exists('/home/jovyan/me.txt'):\n " ,
119+ " with open('/home/jovyan/me.txt') as m:\n " ,
120120 " you = m.readline().strip()\n " ,
121121 " else:\n " ,
122122 " you = input('Please type a username for your calval outputs:')\n " ,
123- " with open ('/home/jovyan/solid_earth_atbd_dev/ATBD_main/ me.txt', 'w') as m: \n " ,
123+ " with open ('/home/jovyan/me.txt', 'w') as m: \n " ,
124124 " m.write(you)\n " ,
125125 " \n " ,
126126 " # Load metadata for calval locations\n " ,
You can’t perform that action at this time.
0 commit comments