Skip to content
Snippets Groups Projects
Commit d21db3b1 authored by Jameson Rollins's avatar Jameson Rollins Committed by Lee McCuller
Browse files

cli: fix bug when calculating range

parent 2ce24654
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@ def main():
parser.exit(2, f"Error: {e}\n")
name = budget.name
ifo = budget.ifo
freq = budget.freq
plot_style = getattr(budget, 'plot_style', {})
trace = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment