Fixed line continuation for error in Filter

This commit is contained in:
Will Boyd 2016-05-09 09:47:11 -04:00
parent dfe7a0026a
commit 15fcf59d32

View file

@ -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)