Closed elliot-100 closed 1 week ago
I usually replace ":" with either "_" or ".".
A simple rule is just to replace anything other than "A-z0-9.-" with "_". One could also first replacce ":" wilth "." and then replace everything else with "".
But you also have stuff like "slugify" which may be another solution https://github.com/un33k/python-slugify
Related: #53
I think this is probably fixed by #155, but I have abandoned trying to develop on Windows in any case
Following on from #27 Run wth no parameters:
I think the issue is that ":" characters are not valid in Windows filenames.
(What's best practice for timestamps in filenames? This is only a sample script, and there will be other, potentially invalid characters in event headings...)