Skip to content

Commit

Permalink
fix unbound error on runner result
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 20, 2024
1 parent 8b9035a commit a33287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_app(outpath: str | bool):
f"{outpath}",
],
)
elif not outpath:
else:
result = runner.invoke(
app, ["calculate-voltages", "tests/data/raw_data.csv"]
)
Expand Down

0 comments on commit a33287c

Please sign in to comment.