Avoid colons in filenames
Fixes #217
I haven't tested this, I'm on windows right now and don't have make. But it seems pretty straightforward.
thanks for doing this! looks good, but worth testing before merge
Agreed on testing for sure, if someone with a dev env already set up would be kind enough to help there I'd be very grateful.
Tyvm for the build! What's PFA?
PFA = please find attached. sorry about the corp speak
Thanks! I'm going to be afk for a few days, I'll see about testing that when I get back.
Finally got back to this! There were actually a couple more functions using get_date that I didn't find before. It looks like get_date is only used for generating file names, so I decided to change the way it formats the date instead of adding an extra sanitization step. (though this is my first time working with cpython, so maybe double check that)
I've tested this last commit, all functionality appears to be working correctly.