diff --git a/file_utils/dirpacker.py b/file_utils/dirpacker.py index d030754..8d0eb65 100755 --- a/file_utils/dirpacker.py +++ b/file_utils/dirpacker.py @@ -59,7 +59,7 @@ class Bin: if options.machine_readable: print(self.name(), end="") else: - print("{:12.2f} MiB".format(size)) + print("{:12.2f} MiB".format(size), end="") print("\t{}".format(filename)) if not options.machine_readable: sizefree = options.maxbinsize - self.size