From 7fdd96a5734d2accedabcd1b6c0397230b3a04c3 Mon Sep 17 00:00:00 2001 From: lewisgross1296 Date: Mon, 15 Aug 2022 13:46:26 -0500 Subject: [PATCH] forgot a space for formatting requirements --- openmc/lib/tally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: