Skip to content

Commit

Permalink
fix: change order for parameters in markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Jose Leiva Palomo <[email protected]>
  • Loading branch information
AleJo2995 committed Sep 11, 2023
1 parent e6134af commit 5862a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestle/core/catalog/catalog_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def _construct_set_parameters_dict(
const.GUIDELINES,
const.VALUES,
const.AGGREGATES,
const.DISPLAY_NAME,
const.ALT_IDENTIFIER,
const.DISPLAY_NAME,
const.PROFILE_VALUES
)
ordered_dict = {k: new_dict[k] for k in key_order if k in new_dict.keys()}
Expand Down

0 comments on commit 5862a26

Please sign in to comment.