Skip to content

Commit

Permalink
fix change in source id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Dec 11, 2024
1 parent 13a4f73 commit 289b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ def __repr__(self):
card4l=card4l # should the batch job expect CARD4L metadata?
))
elif process == 'load_stac':
url, _ = arguments # properties will be taken care of @ process graph evaluation time
url = arguments[0] # properties will be taken care of @ process graph evaluation time

if url.startswith("http://") or url.startswith("https://"):
dependency_job_info = load_stac.extract_own_job_info(url, user_id=user_id, batch_jobs=self)
Expand Down

0 comments on commit 289b6b1

Please sign in to comment.