diff --git a/openmc/filter.py b/openmc/filter.py index aab0fc0812..52560a193a 100644 --- a/openmc/filter.py +++ b/openmc/filter.py @@ -631,7 +631,7 @@ class Filter(object): # Distribcell paths require linked metadata from the Summary if self.distribcell_paths is None: - msg = 'Unable to construct distribcell paths since ' + msg = 'Unable to construct distribcell paths since ' \ 'the Summary is not linked to the StatePoint' raise ValueError(msg)