mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 11:51:21 +00:00
Do what 'typing' says I guess?
This commit is contained in:
parent
4d34c775de
commit
38fb089422
@ -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(":","")
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user