Stop using colons in filenames, because DOS

This commit is contained in:
Neale Pickett 2022-08-22 07:03:26 -06:00
parent bbbc0d0b78
commit 3051b240ac
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Copier:
title = lsdvd["provider_id"]
if title == "$PACKAGE_STRING":
title = "DVD"
now = time.strftime("%Y-%m-%dT%H:%M:%S")
now = time.strftime("%Y-%m-%dT%H_%M_%S")
title = "%s %s" % (title, now)
# Go through all the tracks, looking for the largest referenced sector.