summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-05-12 15:55:51 -0700
committerEd Tanous <ed.tanous@intel.com>2017-05-12 15:55:51 -0700
commitdc7b679ae8425fed48b462b73ffd1e105988cbd0 (patch)
treeffc3e4006bee5c7d3ac31e2e71117905f60b326c /scripts
parentcc5a37f7362e8aabb8f21705c8583d2ff19a641d (diff)
downloadbmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.tar.gz
bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.zip
inremental
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_web_assets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_web_assets.py b/scripts/build_web_assets.py
index 0b82cbc..955f21e 100755
--- a/scripts/build_web_assets.py
+++ b/scripts/build_web_assets.py
@@ -318,7 +318,7 @@ def main():
relative_path_escaped=relative_path_escaped
)
)
- print("{:<40} took {:<7} kbytes".format(relative_path_escaped, len(array_binary_text)/1024))
+ print("{:<40} took {:>6} KB".format(relative_path_escaped, int(len(array_binary_text)/1024)))
cpp_output.write("}\n}\n")
print("Total static file size: {}KB".format(int(total_payload_size/1024)))
OpenPOWER on IntegriCloud