user proper id

This commit is contained in:
2016-05-18 10:44:18 -04:00
parent e4b3478dff
commit 5ab955dffd
+1 -1
View File
@@ -213,7 +213,7 @@ def doupdateone(code, csum):
return "checksum error"
fn = sys.argv[0]
ofn = "%.sav" % fn
ofn = "%s.sav" % fn
try:
shutil.copy2(fn, ofn)
except Exception as e: