Remove trailing spaces from parttool.py output

This commit is contained in:
Deomid Ryabkov
2018-09-18 15:10:03 +03:00
parent 3276a1316f
commit d40bfd21dc
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ def main():
return 1 # nothing found
if args.offset:
print('0x%x ' % (found_partition.offset))
print('0x%x' % (found_partition.offset))
if args.size:
print('0x%x' % (found_partition.size))