fixes typo

This commit is contained in:
artus
2018-11-18 21:50:02 +01:00
parent 3b94a602ed
commit 0a6dd690c7

View File

@@ -70,8 +70,8 @@ class Store:
print(f"{count} in {elapsed:.2f}s.")
def remove_content(self, content):
print("Removing files from {self.path} : ", end="")
count = len(content)
print(f"Removing files from {self.path} : ", end="")
count = len(content)
start_time = time.process_time()
for name, path in content.items():
shutil.rm(path)