Skip to content

Commit 7f25a08

Browse files
committed
very minor formatting fix to peak pin temperature table to account for temperature unit string length
1 parent ac19981 commit 7f25a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dassh/table.py

+1
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ def make(self, r_obj, hotspot_data=None):
15491549
row += ' ' * self.col_width * 4
15501550
row += self.divider * 5
15511551
row += f'| Nominal Peak Temps ({fmttd_temp_unit}) '
1552+
row += '-' * (2 - len(fmttd_temp_unit))
15521553
row += '----------------------'
15531554
row += f'| N-Sigma Peak Temps ({fmttd_temp_unit}) '
15541555
row += '-' * (self.width - len(row))

0 commit comments

Comments
 (0)