fix: insufficient-disk-capacity argument

This commit is contained in:
姚凯
2024-12-09 18:22:11 +08:00
committed by xbingW
parent 233ac9547c
commit c3f064fa4c

View File

@@ -958,7 +958,7 @@ def install():
log.warning(text('path-exists', safeline_path))
continue
if free_space(safeline_path) < 5 * 1024 * 1024 * 1024:
log.warning(text('insufficient-disk-capacity'))
log.warning(text('insufficient-disk-capacity', safeline_path))
continue
break