Skip to content

Commit 12c454c

Browse files
authored
Merge pull request #73 from griptape-ai/bugfix/drop-storage-backend-param
Drop storage_backend param from execute_workflow call
2 parents e03db69 + 633882c commit 12c454c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

publish_gizmo/nuke_workflow_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ def main() -> None:
256256
try:
257257
output = module.execute_workflow(
258258
input=flow_input,
259-
storage_backend=args.storage_backend,
260259
project_file_path=str(project_file) if project_file.exists() else None,
261260
)
262261
except Exception as e:

0 commit comments

Comments
 (0)