Skip to content

Commit

Permalink
oops fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jun 29, 2024
1 parent 7e49c92 commit 62c7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoweaver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def is_interactive():

def get_spinner(text: str, spinner: str):
if is_interactive():
return Spinner(message=text, style=spinner)
return Spinner(text=text, style=spinner)
else:
return Halo(text=text, spinner=spinner)

Expand Down

0 comments on commit 62c7f6e

Please sign in to comment.