Skip to content

Commit c9f0561

Browse files
committed
Update _data.py
1 parent e0fd249 commit c9f0561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WrightTools/data/_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def norm_for_each(
794794
if not isinstance(new_channel, dict):
795795
new_channel = {}
796796
self.create_channel(
797-
new_channel.pop("name", f"{channel.natural_name}_norm_{"".join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}"),
797+
new_channel.pop("name", f"{channel.natural_name}_norm_{''.join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}"),
798798
values=new,
799799
**new_channel,
800800
)

0 commit comments

Comments
 (0)