Skip to content

Commit

Permalink
fix tree removal
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaZed committed Mar 3, 2023
1 parent a3f46f4 commit 55a9d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def py_module_file_path_for_stripped_tree_name(stripped_tree_name):


def get_key_network_initial_status_for_tree_name(tree_name):
return f'{NLPREFIX}{tree_name}'
return f'{NLPREFIX}{make_valid_name(tree_name)}'


def get_key_network_initial_status_for_tree(nodetree):
Expand Down

0 comments on commit 55a9d29

Please sign in to comment.