Skip to content

Commit

Permalink
fixup! Fix broken batch job submit on creo (#126 / 6827cff related)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 10, 2022
1 parent 4fea6ab commit 0f7490e
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 @@ -1000,7 +1000,7 @@ def as_arg_element(dependency: dict) -> dict:
python_max_memory = python_max,
max_executors=max_executors,
api_version=api_version,
dependencies=serialize_dependencies(),
dependencies="[]", # TODO: use `serialize_dependencies()` here instead? It's probably messy to get that JSON string correctly encoded in the rendered YAML.
user_id=user_id,
current_time=int(time.time()),
aws_access_key_id=os.environ.get("AWS_ACCESS_KEY_ID"),
Expand Down

0 comments on commit 0f7490e

Please sign in to comment.