forked from p34709852/monkey
bb: Remove extra line from end of file
This commit is contained in:
parent
98fcfde389
commit
54f80df1f4
|
@ -79,4 +79,3 @@ def run_gcp_pool(gcp_command, machine_list):
|
||||||
arglist = [(gcp_command, machine_list[zone], zone) for zone in machine_list]
|
arglist = [(gcp_command, machine_list[zone], zone) for zone in machine_list]
|
||||||
with Pool(2) as pool:
|
with Pool(2) as pool:
|
||||||
pool.map(run_gcp_command, arglist)
|
pool.map(run_gcp_command, arglist)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue