Skip to content

Commit bed2fa5

Browse files
committed
Fixed engine reference
1 parent 0526f43 commit bed2fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def run():
111111
output_path='${parsedNotebookFile}',
112112
parameters=dict(extraParams, **params),
113113
log_output=True,
114-
engine='noteable',
114+
engine_name='noteable',
115115
report_mode=${!!isReport ? "True" : "False"}
116116
)
117117
finally:

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run():
9393
output_path='${parsedNotebookFile}',
9494
parameters=dict(extraParams, **params),
9595
log_output=True,
96-
engine='noteable',
96+
engine_name='noteable',
9797
report_mode=${!!isReport ? "True" : "False"}
9898
)
9999
finally:

0 commit comments

Comments
 (0)