1
0
Fork 0

fixed typo

This commit is contained in:
Christian Kühnel 2019-10-07 11:47:26 +02:00
parent 2440f2583d
commit cb992309de

View file

@ -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)