Imrpoved readability of call
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user