mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 00:41:35 +02:00
Update system.py
This commit is contained in:
+2
-2
@@ -203,8 +203,8 @@ def get_node_list(nodeInt=1):
|
||||
short_node_list.append(f"{x[0]} SNR:{x[2]}")
|
||||
|
||||
for x in short_node_list:
|
||||
node_list += x + "\n"
|
||||
node_list = node_list[:-1] # remove the last newline
|
||||
if x != "" or x != '\n':
|
||||
node_list += x + "\n"
|
||||
|
||||
return node_list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user