Skip to content

Commit

Permalink
dont run two times unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Jan 26, 2025
1 parent 2776e8e commit 18b2bb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mirar/processors/astrometry/anet/anet.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ def run_astrometry_net_single(

if not solved:
try:
logger.debug(f"Running a-net without ra,dec guess.\n" f"A-net command:\n {cmd}")
logger.debug(
f"Running a-net without ra,dec guess.\n" f"A-net command:\n {cmd}"
)

execute(cmd, output_dir, timeout=timeout)

Expand Down

0 comments on commit 18b2bb1

Please sign in to comment.