aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/views.py')
-rw-r--r--python/Dawn/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py
index 06df27e7..120cf292 100644
--- a/python/Dawn/views.py
+++ b/python/Dawn/views.py
@@ -111,7 +111,7 @@ def get_deal(kind):
elif kind == 'future':
return FutureDeal
else:
- raise RuntimeError('Unknown Deal type')
+ raise RuntimeError(f'Unknown Deal type: {kind}')
def _get_form(kind):
if kind == 'cds':