Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdziedzic68 committed Dec 5, 2024
1 parent 13bbbe3 commit 1f1196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ragbits-cli/src/ragbits/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def output_type(
Args:
output: type of output to be set
"""
if not output:
if output is None:
return
app.set_output_type(output_type=output)

Expand Down

0 comments on commit 1f1196d

Please sign in to comment.