Browse Source

Update exportfolder.py (#91)

master
Gerry Nelson 4 years ago
committed by GitHub
parent
commit
0d1a5c938d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      exportfolder.py

4
exportfolder.py

@ -67,9 +67,9 @@ if os.path.exists(basedir):
if not quietmode:
if version > 2:
areyousure=input("The folder exists any existing json files pf the same naew will be overwritten. Continue? (Y)")
areyousure=input("The folder exists, any existing json files of the same name will be overwritten. Continue? (Y)")
else:
areyousure=raw_input("The folder exists any existing json files pf the same naew will be overwritten. Continue? (Y)")
areyousure=raw_input("The folder exists, any existing json files of the same name will be overwritten. Continue? (Y)")
else:
areyousure="Y"

Loading…
Cancel
Save