Remove extra mem_size line [ci skip]

This commit is contained in:
Abraham Gonzalez
2020-08-24 11:24:28 -07:00
committed by GitHub
parent 543136db8c
commit f8a0757eee

View File

@@ -49,7 +49,7 @@ if out != "":
# loop through available nodes, selecting the node with the most free mem
for i in avail_nodes:
cpu_line = lines[line_idx]
mem_size_line = lines[line_idx + 1]
# mem. size unused. skip and use mem. free
mem_free_line = lines[line_idx + 2]
line_idx += 3