Skip to content

Commit fb303ae

Browse files
committed
Fixing persist and restore configs
1 parent e3c9681 commit fb303ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/omnipy_examples/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ def main(output_dir: str = runtime.config.job.output_storage.local.persist_data_
7474
restore_outputs: ConfigRestoreOutputsOptions = 'disabled'):
7575

7676
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
77+
runtime.config.job.output_storage.local.persist_data_dir_path = output_dir
78+
runtime.config.job.output_storage.persist_outputs = persist_outputs
79+
runtime.config.job.output_storage.restore_outputs = restore_outputs
8080
runtime.config.data.interactive_mode = True
8181

8282

0 commit comments

Comments
 (0)