fixes typo
This commit is contained in:
@@ -70,7 +70,7 @@ class Store:
|
|||||||
print(f"{count} in {elapsed:.2f}s.")
|
print(f"{count} in {elapsed:.2f}s.")
|
||||||
|
|
||||||
def remove_content(self, content):
|
def remove_content(self, content):
|
||||||
print("Removing files from {self.path} : ", end="")
|
print(f"Removing files from {self.path} : ", end="")
|
||||||
count = len(content)
|
count = len(content)
|
||||||
start_time = time.process_time()
|
start_time = time.process_time()
|
||||||
for name, path in content.items():
|
for name, path in content.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user