Skip to content

Commit

Permalink
DOCS: temmap with thousand separators
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-willems-bruker committed Sep 23, 2022
1 parent 4f2b734 commit 948dfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphatims/tempmmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def make_temp_dir(prefix: str = "temp_mmap_") -> tuple:
f"WARNING: Temp mmap arrays are written to {TEMP_DIR_NAME}. "
"Cleanup of this folder is OS dependant, "
"and might need to be triggered manually! "
f"Current space: {shutil.disk_usage(TEMP_DIR_NAME)[-1]}"
f"Current space: {shutil.disk_usage(TEMP_DIR_NAME)[-1]:,}"
)


Expand Down

0 comments on commit 948dfd0

Please sign in to comment.