Skip to content

Commit

Permalink
MAINT: Set debug=False in methods of cmtklib/config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Mar 7, 2021
1 parent de1da17 commit 249e4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmtklib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def check_configuration_format(config_path):
return ext


def save_configparser_as_json(config, config_json_path, ini_mode=False, debug=True):
def save_configparser_as_json(config, config_json_path, ini_mode=False, debug=False):
"""Save a ConfigParser to JSON file.
Parameters
Expand Down Expand Up @@ -405,7 +405,7 @@ def get_fmri_process_detail_json(project_info, section, detail):
return config[section][detail]


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

0 comments on commit 249e4e5

Please sign in to comment.