File tree Expand file tree Collapse file tree
synapseclient/extensions/curator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4895,7 +4895,6 @@ def move_to_next_node(self) -> None:
48954895 source_node = self .source_node ,
48964896 logger = self .logger ,
48974897 )
4898- # self.current_node.valid_values is class label
48994898 self ._update_valid_values_map (
49004899 self .current_node .name , self .current_node .valid_values
49014900 )
@@ -5007,9 +5006,11 @@ def get_conditional_properties(
50075006 display_name_value = self .dmge .get_nodes_display_names ([value ])[
50085007 0
50095008 ]
5010- conditional_properties .append (
5011- (watched_property , display_name_value )
5012- )
5009+ conditional_properties .append (
5010+ (watched_property , display_name_value )
5011+ )
5012+ else :
5013+ conditional_properties .append ((watched_property , value ))
50135014 return conditional_properties
50145015
50155016 def _update_valid_values_map (
You can’t perform that action at this time.
0 commit comments