Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed Mar 16, 2022
1 parent 5c1bd56 commit e227fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygromos/files/gromos_system/gromos_system.py
Expand Up @@ -890,7 +890,7 @@ def auto_convert(self):
name = self.Forcefield.mol_name

# make top
if("make_top" in self.gromosPP._found_binary and self.gromosPP._found_binary["make_top"]):
if "make_top" in self.gromosPP._found_binary and self.gromosPP._found_binary["make_top"]:
self.make_top(
in_building_block_lib_path=mtb_temp,
in_parameter_lib_path=ifp_temp,
Expand Down

0 comments on commit e227fb5

Please sign in to comment.