Skip to content

Commit

Permalink
fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 2, 2023
1 parent 32067c1 commit f8b0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymap_scanner/client/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main() -> None:
logging_tools.log_argparse_args(args, logger=LOGGER, level="WARNING")

# go!
RecoAlgo = recos.get_reco_interface_object(args.reco_algo)()
RecoAlgo = recos.get_reco_interface_object(args.reco_algo)
reco = RecoAlgo()
reco.setup_reco()

Expand Down

0 comments on commit f8b0da2

Please sign in to comment.