Skip to content

Commit

Permalink
Merge pull request #115 from IOHprofiler/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jacobdenobel authored Dec 22, 2021
2 parents b54b71e + c41bfb7 commit 8a49d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def merge_tmp_folders(self):
target = root + f"-{idx}"
idx += 1

os.rename(root + "-tmp-1", target)
os.rename(self.logger_root + "-tmp-1", target)
self.merge_output_to_single_folder(root + "-tmp", target)

def run(self):
Expand Down

0 comments on commit 8a49d76

Please sign in to comment.