carpentries-lab / python-aos-lesson

Python for Atmosphere and Ocean Scientists
https://carpentries-lab.github.io/python-aos-lesson/
Other
87 stars 49 forks source link

[JOSE] `code` directory that does not exist #22

Closed RobTheOceanographer closed 5 years ago

RobTheOceanographer commented 5 years ago

In lesson 04-cmdline you refer to a code directory that does not exist if one has followed the install/setup instructions provided. Best to either ask users to put the .py scripts into a code dir or to refactor the paths to not refer to code/.... e.g. in lesson 04-cmdline the line $ cat code/script_template.py would become $ cat script_template.py.

CC: openjournals/jose-reviews#37

DamienIrving commented 5 years ago

Thanks for spotting this error, @RobTheOceanographer.

I've removed reference to a code directory (see https://github.com/carpentrieslab/python-aos-lesson/commit/42d7fab8e385f9d766c63aca99c3db04829b9b40).