Skip to content
Snippets Groups Projects
Commit 456efea0 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Simplify code

parent 1290575a
No related branches found
No related tags found
1 merge request!72Feat: Change formatting of list of input parameters
......@@ -480,9 +480,9 @@ def make_par_table(parms, temp_path, run_uuid):
# Fix column width is needed
col_type = ['l', 'c', 'p{.3\\textwidth}']
if len_parms[0] == max_len[0]:
col_type[0] = 'p{.3\\textwidth}'
col_type[0] = col_type[2]
if len_parms[1] == max_len[1]:
col_type[1] = 'p{.3\\textwidth}'
col_type[1] = col_type[2]
tmpl = Template('''
Input of the calibration pipeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment