Typo, thanks to erikos!
This commit is contained in:
parent
5623c8a3b1
commit
95a878036c
@ -151,7 +151,7 @@ def cmd_uninstall(prefix):
|
||||
shutil.rmtree(path)
|
||||
|
||||
def cmd_clean():
|
||||
os.path.walk('.', delete_backups, None)
|
||||
os.path.walk('.', _delete_backups, None)
|
||||
|
||||
def start():
|
||||
if len(sys.argv) < 2:
|
||||
|
Loading…
Reference in New Issue
Block a user