Skip to content

Commit 0e032d7

Browse files
committed
#952 fixed
Just commiting a hunk of a bigger change in this file. Working on #951 atm
1 parent 6d2230d commit 0e032d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom_batch_execution/scripts/process_results

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def main():
9696
os.mkdir(experiment_folder) # Create the new folder
9797

9898
# get all runs in this experiment
99-
files_and_folders = glob.glob(args['results_folder'] + '/' + experiment + '*')
99+
files_and_folders = glob.glob(args['results_folder'] + '/' + experiment + "_" + '*')
100100
files_and_folders.sort()
101101

102102
for file_to_process in files_to_process:

0 commit comments

Comments
 (0)