Skip to content

Commit 75b3c08

Browse files
JacksonBurnsrwest
authored andcommitted
add missing kwarg to fragment update method
1 parent 4a7064b commit 75b3c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rmgpy/molecule/fragment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def is_radical(self):
391391
return True
392392
return False
393393

394-
def update(self, log_species=True, sort_atoms=True):
394+
def update(self, log_species=False, sort_atoms=False, raise_atomtype_exception=False):
395395
# currently sort_atoms does not work for fragments
396396
for v in self.vertices:
397397
if not isinstance(v, CuttingLabel):

0 commit comments

Comments
 (0)