We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d56b528 + 8f00659 commit f77737dCopy full SHA for f77737d
nf_core/pipelines/sync.py
@@ -261,7 +261,7 @@ def make_template_pipeline(self):
261
log.info("Making a new template pipeline using pipeline variables")
262
263
# Only show error messages from pipeline creation
264
- # logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR)
+ logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR)
265
assert self.config_yml_path is not None
266
assert self.config_yml is not None
267
0 commit comments