From 15fcf59d325b57acc4cb156e7bc5786b19641661 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Mon, 9 May 2016 09:47:11 -0400 Subject: [PATCH] Fixed line continuation for error in Filter --- openmc/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)