diff options
Diffstat (limited to 'python/Dawn')
| -rw-r--r-- | python/Dawn/views.py | 2 |
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': |
