Get one line back :)
This commit is contained in:
parent
7b4333dc4e
commit
527e22ba5d
@ -148,7 +148,9 @@ def cleanup():
|
||||
new_filepath = os.path.join(backup_dirpath, new_filename)
|
||||
os.rename(old_filepath, new_filepath)
|
||||
|
||||
# Tempoarily map all backup logfiles
|
||||
backup_map = {}
|
||||
|
||||
# Temporarily map all backup logfiles
|
||||
|
||||
for filename in os.listdir(backup_dirpath):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user