Skip to content

Commit

Permalink
FIX - testing error without a logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed Jun 5, 2024
1 parent c07cee8 commit 66c383c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nih2mne/make_meg_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
global err_logger

root_logger = logging.getLogger()

logger = logging.getLogger()
err_logger = logging.getLogger()

# =============================================================================
# make_meg_bids.py
Expand Down

0 comments on commit 66c383c

Please sign in to comment.