tcreeds / PyCut

PyCut, a pizza-making puzzle game made for RIT IGME-582's final project
https://wiki.sugarlabs.org/go/Activities/PyCut
Mozilla Public License 2.0
0 stars 0 forks source link

PyCutGame does not implement write_file #5

Closed tcreeds closed 7 years ago

tcreeds commented 7 years ago

pygame expects PyCutGame to implement a write_file function for logging, which throws errors when pygame is trying to log other errors.

adf5051 commented 7 years ago

Implemented this function, although I don't know what message the program intended to raise (since it wasn't raising an exception instead of trying to call write_file()) It just writes a living stack trace to the log.txt in the game files.