Skip to content

Commit 92c4aa7

Browse files
committed
Do not align decimals on the dot
1 parent 414e17b commit 92c4aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reframe/frontend/printer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def table(self, data, **kwargs):
276276

277277
kwargs.setdefault('headers', 'firstrow')
278278
kwargs.setdefault('tablefmt', tablefmt)
279+
kwargs.setdefault('numalign', 'right')
279280
hide_columns = rt.runtime().get_option('general/0/table_hide_columns')
280281
if hide_columns and kwargs['headers'] == 'firstrow' and data:
281282
hide_columns = hide_columns.split(',')

0 commit comments

Comments
 (0)