Skip to content

Commit cb14606

Browse files
committed
Merge remote-tracking branch 'macabe/warning-filters' into warning-filters
2 parents 902588f + 3106973 commit cb14606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

q2cli/commands.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,15 @@ def __call__(self, **kwargs):
549549

550550
cleanup_logfile = False
551551
try:
552+
<<<<<<< HEAD
552553
with (
553554
capture_rachis_warnings() if not quiet else nullcontext(),
554555
qiime2.util.redirected_stdio(stdout=log, stderr=log)
555556
):
557+
=======
558+
with (qiime2.util.redirected_stdio(stdout=log, stderr=log),
559+
filter_rachis_warnings()):
560+
>>>>>>> macabe/warning-filters
556561
if parallel:
557562
from qiime2.sdk.parallel_config import \
558563
(load_config_from_file, ParallelConfig)

0 commit comments

Comments
 (0)