diff --git a/old_nodes/__init__.py b/old_nodes/__init__.py index 9ef080d7cf3a6d8079fe26b02be094ad5df47c17..a684a2338f30fe3b1e7e44c83704db53d17aebff 100644 --- a/old_nodes/__init__.py +++ b/old_nodes/__init__.py @@ -99,7 +99,7 @@ def load_old(ng): mark_old(node) not_reged_nodes = list(n for n in ng.nodes if not n.is_registered_node_type()) node_count = len(not_reged_nodes) - print("Loaded {}. {} nodes are left unregisted.".format(bl_id, node_count)) + print(f"Loaded {bl_id}. {node_count} nodes are left unregistered.") if node_count == 0: return else: # didn't help remove