Skip to content

Commit

Permalink
Correctly pass log level to xmatch planner
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 30, 2024
1 parent 2f70163 commit 9b54c2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/too/xmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ def xmatch_too_targets(
log.warning("All ToO targets are already matched.")
return

plan_config = TOO_XMATCH_CONFIG.copy()
plan_config["1.2.0"]["debug"] = log.sh.level

# Create the XMatch instance here. We'll need it to get the relational model.
xmatch_planner = XMatchPlanner.read(
database,
Expand Down

0 comments on commit 9b54c2e

Please sign in to comment.