Skip to content

Commit 092b46c

Browse files
committed
Correct typo in error message
1 parent 32fb02b commit 092b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def run(self, job_type="NON_RECURSIVE_FORCED_BUILD", partitions=None, wait=True,
9494
jd = project.new_job(job_type)
9595
jd.with_output(first_output["ref"], object_type=object_type_map[first_output["type"]], partition=partitions)
9696
else:
97-
raise Exception("recipe has unsuported output type {}, can't run it".format(first_output["type"]))
97+
raise Exception("Recipe has unsupported output type {}, can't run it".format(first_output["type"]))
9898

9999
if wait:
100100
return jd.start_and_wait()

0 commit comments

Comments
 (0)