Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix][Include Table] Use correct output parameters w.r.t. CSV files #707

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

nguyen-v
Copy link

This PR fixes incorrect mapping between output and CSV files for the Include Table preflight. Previously, the preflight parameters of the last provided output were used for all outputs, for example here csv_testpoints_bottom options were used for the csv_testpoints_top output.

  include_table:
    outputs: 
      - name: 'csv_testpoints_top'
        text_alignment: 'left'
        invert_columns_order: False
        border_width: 0.2
        header_rule_width: 0.2
        horizontal_rule_width: 0
        vertical_rule_width: 0
        top_rule_width: 0
      - name: 'csv_testpoints_bottom'
        text_alignment: 'right'
        invert_columns_order: True
        border_width: 0.2
        header_rule_width: 0.2
        horizontal_rule_width: 0
        vertical_rule_width: 0
        top_rule_width: 0

@set-soft set-soft merged commit 260b6fb into INTI-CMNB:dev Oct 28, 2024
15 of 17 checks passed
@nguyen-v nguyen-v deleted the fix_inc_table_params branch October 28, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants