Imrpoved readability of call

This commit is contained in:
Veronica K. B. Olsen
2020-05-09 14:02:20 +02:00
parent 75adcdf679
commit 59a7be6b89
+1 -1
View File
@@ -526,7 +526,7 @@ class NWProject():
)
return False
archName = "Backup from %s" % formatTimeStamp(time(),True)
archName = "Backup from %s" % formatTimeStamp(time(), fileSafe=True)
baseName = path.join(baseDir, archName)
try: