mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ci/metric] Removed space in numbers (fixed leading 0s issue)
This commit is contained in:
@@ -37,7 +37,7 @@ def row_for_elf(elf, requested_section_prefixes):
|
||||
# String formatting
|
||||
|
||||
def iso_separate(string):
|
||||
space = ' ' # We may want to use a thin non-breaking space as thousands separator
|
||||
space = '' # We may want to use a thin non-breaking space as thousands separator
|
||||
return string.replace('_',space).replace('+','+'+space).replace('-','-'+space)
|
||||
|
||||
def format_bytes(value, force_sign=False):
|
||||
|
||||
Reference in New Issue
Block a user