Explorar o código

Merge branch 'bug'

lengyue %!s(int64=9) %!d(string=hai) anos
pai
achega
3ade091c24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      programs/backup_ver3.py

+ 1 - 1
programs/backup_ver3.py

@@ -36,7 +36,7 @@ comment = input('Enter a comment --> ')
 if len(comment) == 0:
     target = today + os.sep + now + '.zip'
 else:
-    target = today + os.sep + now + '_' + \
+    target = today + os.sep + now + '_' + 
         comment.replace(' ', '_') + '.zip'
 
 # Create the subdirectory if it isn't already there