Skip to content

Commit b6169b7

Browse files
author
Andrei Neagu
committed
ooil now supports the colaborative flag
1 parent 359c0ab commit b6169b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/service-integration/src/service_integration/osparc_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ class RuntimeConfig(BaseModel):
213213

214214
paths_mapping: PathMappingsLabel | None = None
215215

216+
is_collaborative: bool = False
217+
216218
user_preferences_path: Path | None = None
217219
boot_options: BootOptions | None = None
218220
min_visible_inputs: NonNegativeInt | None = None

0 commit comments

Comments
 (0)