mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
fix
This commit is contained in:
+2
-2
@@ -199,7 +199,7 @@ def get_node_list(nodeInt=1):
|
||||
node_list2.sort(key=lambda x: x[1], reverse=True)
|
||||
except Exception as e:
|
||||
logger.error(f"System: Error sorting node list: {e}")
|
||||
node_list = "Error creating node list"
|
||||
node_list = ERROR_FETCHING_DATA
|
||||
#print (f"Node List1: {node_list1[:5]}\n")
|
||||
#print (f"Node List2: {node_list2[:5]}\n")
|
||||
|
||||
@@ -215,7 +215,7 @@ def get_node_list(nodeInt=1):
|
||||
node_list += x + "\n"
|
||||
except Exception as e:
|
||||
logger.error(f"System: Error creating node list: {e}")
|
||||
node_list = "Error creating node list"
|
||||
node_list = ERROR_FETCHING_DATA
|
||||
|
||||
return node_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user