Skip to content

Commit d7c21aa

Browse files
committed
mlmodel bugfix, wrong keyword arg
1 parent 72fc30a commit d7c21aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/mlmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def execute_batch(
7575
:param out_format: (optional) Format of the job result.
7676
:param format_options: String Parameters for the job result format
7777
"""
78-
job = self.create_job(additional=job_options)
78+
job = self.create_job(job_options=job_options)
7979
return job.run_synchronous(
8080
# TODO #135 support multi file result sets too
8181
outputfile=outputfile,

0 commit comments

Comments
 (0)