Go to file
Chris Mekelburg fff448772c I learned quite a bit about the terminal doing
this lab, especially becuase I had to try it a few
times before getting under the 60 second timer.

When I was having trouble getting mwc update to work, I ended up
opening the code using code return_to_ship.py to see what the problem
might have been. I did some googling with what the path fucntion does
and started to think that maybe my log file was not being created. I
added print(Path(LOG_FILE).absolute()) to the code and then redid the
adventure and then looked at the hidden files in Finder and saw that the
log file was created. I removed that code line and re-saved return_to_ship.py.
I'm still not sure if the saving of the file or not having a log file
was the issue before, but I think everything should be all set now.

I think the terminal might be useful if you want to create a number of
files or add a program/funciton that may create files for you.
This would be easier than doing everything manually with the Finder.
2024-09-05 18:48:03 -04:00
.assets Initial commit 2024-08-27 23:08:13 +00:00
adventure I learned quite a bit about the terminal doing 2024-09-05 18:48:03 -04:00
.DS_Store I learned quite a bit about the terminal doing 2024-09-05 18:48:03 -04:00
.commit_template Initial commit 2024-08-27 23:08:13 +00:00
.gitignore Initial commit 2024-08-27 23:08:13 +00:00
fancy_printing.py Initial commit 2024-08-27 23:08:13 +00:00
poetry.lock Initial commit 2024-08-27 23:08:13 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:13 +00:00
return_to_ship.py I learned quite a bit about the terminal doing 2024-09-05 18:48:03 -04:00