Fix execution script for greedy
This commit is contained in:
parent
acb9b35c7a
commit
1f6624b770
@ -69,7 +69,7 @@ def script_execution(filenames, greedy, local, iterations=3):
|
||||
).stdout.splitlines()
|
||||
local_list.append(local_cmd)
|
||||
greedy, local = populate_dataframes(
|
||||
greedy, local, greedy_cmd, local_list, dataset
|
||||
greedy, local, [greedy_cmd], local_list, dataset
|
||||
)
|
||||
return greedy, local
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user