Skip to content

Commit

Permalink
change path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKarwou authored May 15, 2024
1 parent cdfc7bf commit e8bbe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformato/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ def _write_toppar_str(self, output_file_base):
../../toppar/toppar_all36_lipid_sphingo.str
../../toppar/toppar_all36_na_rna_modified.str
"""
toppar_dir = f"{self.path}/../../toppar"
toppar_dir = f"{self.path}/../toppar"

if os.path.isdir(toppar_dir):
pass
Expand Down

0 comments on commit e8bbe2b

Please sign in to comment.