summaryrefslogtreecommitdiff
path: root/obnamlib/structurederror.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/structurederror.py')
-rw-r--r--obnamlib/structurederror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py
index ceddbb6c..581a762e 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -112,7 +112,7 @@ class StructuredError(Exception):
else:
dedented = (textwrap.dedent(lines[0]) +
textwrap.dedent(''.join(lines[1:])))
-
+
try:
formatted_msg = dedented.format(**self.kwargs)
except KeyError as e: