Skip to content

Commit

Permalink
Update appeears.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eculler authored Jun 5, 2024
1 parent 7dc1093 commit 7241165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthpy/appeears.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ def __init__(
self._task_id = task_id_file.readline()
elif 'APPEEARS_TASKID' in os.environ:
self._task_id = os.environ['APPEEARS_TASKID']
with open(self.task_id_path, 'w') as task_id_file:
task_id_file.write(self._task_id)
else:
self._task_id = None

Expand Down

0 comments on commit 7241165

Please sign in to comment.