Update month, minor info print change.
This commit is contained in:
parent
7560400921
commit
fda91659a9
2
buku
2
buku
@ -133,7 +133,7 @@ def moveOldDatabase():
|
||||
os.makedirs(newdbpath)
|
||||
|
||||
shutil.move(olddbfile, newdbfile)
|
||||
print("Database was moved from old (%s) to new (%s) location" % (olddbfile, newdbfile))
|
||||
print("Database was moved from old (%s) to new (%s) location.\n" % (olddbfile, newdbfile))
|
||||
|
||||
os.rmdir(olddbpath)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user