Do what 'typing' says I guess?

This commit is contained in:
meejah 2024-08-08 16:58:53 -06:00
parent 4d34c775de
commit 38fb089422

View File

@ -953,5 +953,5 @@ def get_corruption_report_path(
# windows can't handle colons in the filename
return os.path.join(
base_dir,
("%s--%s-%d" % (now, str(si_s, "utf-8"), shnum)).replace(":","")
("%s--%s-%d" % (now, str(si_s), shnum)).replace(":","")
)