Skip to content
Snippets Groups Projects
Commit 393398b1 authored by abaucher's avatar abaucher
Browse files

Added all scenarios

parent ba6c6a9b
Branches old_pydynamo
No related tags found
No related merge requests found
......@@ -114,11 +114,11 @@ class Runs_reader():
with open(self.new_file, 'w+') as f:
if self.base_file is not None:
f.write(open(self.base_file, 'r').read())
f.write(self.basic_add)
# Write instructions for the current run
key, liste = list(self.run_instructions.items())[k]
with open(self.new_file, 'a') as f:
f.write(self.basic_add)
f.write(''.join(liste))
return key, liste
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment