Skip to content

Commit

Permalink
Fixed import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisalemanypuig committed Jun 9, 2023
1 parent 19feaf4 commit 497021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# configure logging
run_parser.configure_logging(args)

if args.laldebug:
if args.lal:
import lal
else:
import laloptimized as lal
Expand Down

0 comments on commit 497021e

Please sign in to comment.