Skip to content
Snippets Groups Projects
Commit 6b22072a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Renamed file_management to 03_file_management

parent 58fb0146
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -106,11 +106,11 @@ print('Changed back to: {}'.format(cwd)) ...@@ -106,11 +106,11 @@ print('Changed back to: {}'.format(cwd))
For the rest of this practical, we're going to use a little data set that has For the rest of this practical, we're going to use a little data set that has
been pre-generated, and is located in a sub-directory called been pre-generated, and is located in a sub-directory called
`file_management`. `03_file_management`.
``` ```
os.chdir('file_management') os.chdir('03_file_management')
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment