We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af4c61 + e92f327 commit d56b528Copy full SHA for d56b528
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