minor fixes and removed unnecessary load_tps

This commit is contained in:
JanLJL
2020-02-26 15:40:52 +01:00
parent 03b4cd1686
commit 9a60aa2c28
3 changed files with 10 additions and 23 deletions

View File

@@ -132,7 +132,7 @@ class Frontend(object):
)
# TODO find a way to overcome padding for different tab-lengths
for dep in dep_dict:
s += '{:4d} {} {:4.1f} {} {:36}{} {}'.format(
s += '{:4d} {} {:4.1f} {} {:36}{} {}\n'.format(
dep,
separator,
sum([instr_form['latency_lcd'] for instr_form in dep_dict[dep]['dependencies']]),