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 780e793 commit 8934187Copy full SHA for 8934187
vitessce/config.py
@@ -776,6 +776,8 @@ def use_coordination(self, *c_scopes):
776
:returns: Self, to allow chaining.
777
:rtype: VitessceConfigMetaCoordinationScope
778
"""
779
+ if self.meta_scope.c_value is None:
780
+ self.meta_scope.set_value({})
781
meta_scopes_val = self.meta_scope.c_value
782
for c_scope in c_scopes:
783
meta_scopes_val[c_scope.c_type] = c_scope.c_scope
0 commit comments