Skip to content

Commit ac51f18

Browse files
committed
Merged in [18446] from rcross@amsl.com:
Remove reference to old style exception attribute 'message'. - Legacy-Id: 18456 Note: SVN reference [18446] has been migrated to Git commit 6a2ed89
2 parents a6bbb33 + 6a2ed89 commit ac51f18

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/dbtemplate/template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def render(self, context):
5454
'halt_level': 2,
5555
})
5656
except SystemMessage as e:
57-
e.message = mark_safe('<div class="danger preformatted">%s</div>' % str(e).replace('<string>:', 'line '))
5857
args = list(e.args)
5958
args[0] = mark_safe('<div class="danger preformatted">%s</div>' % args[0].replace('<string>:', 'line '))
6059
e.args = tuple(args)

0 commit comments

Comments
 (0)