Skip to content

Commit bc27827

Browse files
committed
Fix attribute name error
1 parent b5c7c1f commit bc27827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isicle/mobility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def save_geometry(self):
9292
)
9393

9494
# All other formats
95-
isicle.save(self.infile, self.geom)
95+
isicle.save(self._infile, self.geom)
9696

9797
def _configure_lennard_jones(self, path=None):
9898
if path is None:

0 commit comments

Comments
 (0)