Skip to content

Commit

Permalink
add project kwarg to ee.Initialize()when called from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Feb 3, 2025
1 parent a5054f5 commit f630984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geedim/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):

def run(self):
"""Run the spinner thread."""
cursors_it = itertools.cycle("/-\|")
cursors_it = itertools.cycle(r"/-\|")

while self._run:
cursor = next(cursors_it)
Expand Down

0 comments on commit f630984

Please sign in to comment.