Skip to content

Commit

Permalink
Remove check.
Browse files Browse the repository at this point in the history
The issue is that pytest's handler is different from our own.
  • Loading branch information
tsalo committed Jul 12, 2021
1 parent cd765d8 commit bebeb13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tedana/workflows/tedana.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def tedana_workflow(data, tes, out_dir='.', mask=None,
utils.setup_loggers(logname, repname, refname, quiet=quiet, debug=debug)

LGR.info('Using output directory: {}'.format(out_dir))
raise Exception(LGR.handlers)

# ensure tes are in appropriate format
tes = [float(te) for te in tes]
Expand Down

0 comments on commit bebeb13

Please sign in to comment.