Skip to content

Commit

Permalink
DEBUG: Set debug=True in set_pipeline_attributes_from_config()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Mar 1, 2021
1 parent 5d91110 commit 58f11b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmtklib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def get_fmri_process_detail_json(project_info, section, detail):
return config[section][detail]


def set_pipeline_attributes_from_config(pipeline, config, debug=False):
def set_pipeline_attributes_from_config(pipeline, config, debug=True):
"""Set the pipeline stage attributes given a configuration.
Parameters
Expand Down

0 comments on commit 58f11b9

Please sign in to comment.