Skip to content

Commit

Permalink
Ensure log level is set appropriately in _compat_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maffoo committed Dec 5, 2023
1 parent ceb3e48 commit 56521ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cirq-core/cirq/_compat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ def _type_repr_in_deprecated_module():


def _trace_unhandled_exceptions(*args, queue: 'multiprocessing.Queue', func: Callable, **kwargs):
logging.basicConfig(level=logging.DEBUG)
try:
func(*args, **kwargs)
queue.put(None)
Expand Down

0 comments on commit 56521ec

Please sign in to comment.