diff --git a/openmc/mgxs/mgxs.py b/openmc/mgxs/mgxs.py index 222f55e972..3a72b42329 100644 --- a/openmc/mgxs/mgxs.py +++ b/openmc/mgxs/mgxs.py @@ -509,7 +509,7 @@ class MGXS(object): elif self.domain_type == 'material': self.domain = statepoint.summary.get_material_by_id(self.domain.id) else: - msg = 'Unable to load data from a statepoint for domain type {} ' \ + msg = 'Unable to load data from a statepoint for domain type {0} ' \ 'which is not yet supported'.format(self.domain_type) raise ValueError(msg)