We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c9681 commit fb303aeCopy full SHA for fb303ae
src/omnipy_examples/main.py
@@ -74,9 +74,9 @@ def main(output_dir: str = runtime.config.job.output_storage.local.persist_data_
74
restore_outputs: ConfigRestoreOutputsOptions = 'disabled'):
75
76
runtime.config.engine = engine
77
- runtime.config.job.persist_data_dir_path = output_dir
78
- runtime.config.job.persist_outputs = persist_outputs
79
- runtime.config.job.restore_outputs = restore_outputs
+ runtime.config.job.output_storage.local.persist_data_dir_path = output_dir
+ runtime.config.job.output_storage.persist_outputs = persist_outputs
+ runtime.config.job.output_storage.restore_outputs = restore_outputs
80
runtime.config.data.interactive_mode = True
81
82
0 commit comments