Fix execution script for greedy

This commit is contained in:
coolneng 2021-05-21 16:17:17 +02:00
parent acb9b35c7a
commit 1f6624b770
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -69,7 +69,7 @@ def script_execution(filenames, greedy, local, iterations=3):
).stdout.splitlines() ).stdout.splitlines()
local_list.append(local_cmd) local_list.append(local_cmd)
greedy, local = populate_dataframes( greedy, local = populate_dataframes(
greedy, local, greedy_cmd, local_list, dataset greedy, local, [greedy_cmd], local_list, dataset
) )
return greedy, local return greedy, local