Skip to content

Commit f77737d

Browse files
authored
Merge pull request #3350 from nf-core/revert-3349-sync-debugging
2 parents d56b528 + 8f00659 commit f77737d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipelines/sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def make_template_pipeline(self):
261261
log.info("Making a new template pipeline using pipeline variables")
262262

263263
# Only show error messages from pipeline creation
264-
# logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR)
264+
logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR)
265265
assert self.config_yml_path is not None
266266
assert self.config_yml is not None
267267

0 commit comments

Comments
 (0)