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