Fix execution script for greedy

This commit is contained in:
2021-05-21 16:17:17 +02:00
parent acb9b35c7a
commit 1f6624b770

View File

@@ -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