Skip to content

Commit

Permalink
Merge pull request #151 from ReactionMechanismGenerator/fixes
Browse files Browse the repository at this point in the history
BugFix: Correcly move the Arkane YAML file
  • Loading branch information
alongd committed Jul 30, 2019
2 parents 7cac46e + b37dd5e commit 93e6e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def _clean_output_directory(self):
if species_yaml_files:
for yml_file in species_yaml_files:
shutil.move(src=os.path.join(species_yaml_base_path, yml_file),
dst=os.path.join(species_path, 'arkane', yml_file))
dst=os.path.join(species_path, yml_file))
shutil.rmtree(species_yaml_base_path)

def copy_freq_output_for_ts(self, label):
Expand Down

0 comments on commit 93e6e8f

Please sign in to comment.