Skip to content

Commit

Permalink
fix typo in segment property map
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Jan 17, 2025
1 parent 18a2b1b commit c5e430b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nglui/statebuilder/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def add_segment_properties_map(
"label_separator": label_separator,
"label_format_map": label_format_map,
"random_columns": random_columns,
"randoM_column_prefix": random_column_prefix,
"random_column_prefix": random_column_prefix,
}
if mapping_set:
if not isinstance(self._segment_property_map, dict):
Expand Down

0 comments on commit c5e430b

Please sign in to comment.