Skip to content
Snippets Groups Projects
Commit 617b7398 authored by inso's avatar inso
Browse files

Fix loading of nodes file

parent 154969c1
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class Node(QObject):
if 'fork_window' in data:
fork_window = data['fork_window']
if file_version < parse_version("0.12"):
if parse_version("0.11") >= file_version:
for endpoint_data in data['endpoints']:
endpoints.append(Endpoint.from_inline(endpoint_data))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment