Skip to content

Commit 8934187

Browse files
authored
Add line (#302)
1 parent 780e793 commit 8934187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vitessce/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,8 @@ def use_coordination(self, *c_scopes):
776776
:returns: Self, to allow chaining.
777777
:rtype: VitessceConfigMetaCoordinationScope
778778
"""
779+
if self.meta_scope.c_value is None:
780+
self.meta_scope.set_value({})
779781
meta_scopes_val = self.meta_scope.c_value
780782
for c_scope in c_scopes:
781783
meta_scopes_val[c_scope.c_type] = c_scope.c_scope

0 commit comments

Comments
 (0)