diff --git a/openmc/lib/tally.py b/openmc/lib/tally.py index 0be2f9ed50..79f1193e60 100644 --- a/openmc/lib/tally.py +++ b/openmc/lib/tally.py @@ -406,7 +406,7 @@ class _TallyMapping(Mapping): """Delete a tally from tally vector and remove the ID,index pair from tally""" _dll.openmc_remove_tally(self._get_tally_index(key)) - def _get_tally_index(self,key): + def _get_tally_index(self, key): """Given the ID, return the index""" index = c_int32() try: