csmith1188 / formbar

Interactive Classroom Mangement Tool using Raspberry Pi, Python, and NeoPixels
5 stars 55 forks source link

logFile() errors #370

Open csmith1188 opened 1 year ago

csmith1188 commented 1 year ago

The logFile() cannot convert error messages to a string, causing a worse crash to happen

except Exception as e: logFile("Error", e)

produces:

`TypeError: can only concatenate str (not "ValueError") to str``