fixed typo
This commit is contained in:
parent
2440f2583d
commit
cb992309de
1 changed files with 2 additions and 2 deletions
|
@ -36,5 +36,5 @@ for folder in [f for f in os.listdir(ROOT_DIR)]:
|
|||
print("Deleting all results: {}".format(fullpath))
|
||||
shutil.rmtree(fullpath)
|
||||
elif os.path.exists(binpath) and created + MAX_AGE_BIN < now:
|
||||
print("Deleting binaries: {}".format(binaries))
|
||||
shutil.rmtree(binpath)
|
||||
print("Deleting binaries: {}".format(binpath))
|
||||
shutil.rmtree(binpath)
|
||||
|
|
Loading…
Reference in a new issue