diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-05-12 15:55:51 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-05-12 15:55:51 -0700 |
| commit | dc7b679ae8425fed48b462b73ffd1e105988cbd0 (patch) | |
| tree | ffc3e4006bee5c7d3ac31e2e71117905f60b326c /scripts | |
| parent | cc5a37f7362e8aabb8f21705c8583d2ff19a641d (diff) | |
| download | bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.tar.gz bmcweb-dc7b679ae8425fed48b462b73ffd1e105988cbd0.zip | |
inremental
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build_web_assets.py | 2 |
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))) |

