Skip to content
Snippets Groups Projects
Commit 5beeb50c authored by Alan De Smet's avatar Alan De Smet
Browse files

Fix typo in DownloadStatistics.__str__

parent ef1e7ca6
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class DownloadStatistics:
self.deleted_size = 0
def __str__(self):
return (f"Downloaded {self.downloaded_files} files "
return (f"Downloaded {self.downloaded_files} files"
f"totalling {self.downloaded_size} bytes. "
f"Pulled {self.cache_hits} files from cache, "
f"saving {self.cache_size} bytes of download. "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment