Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh committed Jul 17, 2024
1 parent a8f8e44 commit fdc3d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xeda/flow_runner/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def remote_runner(channel, remote_path, zip_file, flow, design_file, flow_settin
xeda_run_dir,
cached_dependencies=True,
backups=True,
clean=True,
cleanup_before_run=True,
incremental=False,
post_cleanup=False,
display_results=False,
Expand Down

0 comments on commit fdc3d90

Please sign in to comment.