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.