Skip to content

Commit 6a2ed89

Browse files
committed
Remove reference to old style exception attribute 'message'. Commit ready for merge.
- Legacy-Id: 18446
1 parent 287a672 commit 6a2ed89

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
@@ -53,7 +53,6 @@ def render(self, context):
5353
'halt_level': 2,
5454
})
5555
except SystemMessage as e:
56-
e.message = e.message.replace('<string>:', 'line ')
5756
args = list(e.args)
5857
args[0] = args[0].replace('<string>:', 'line ')
5958
e.args = tuple(args)

0 commit comments

Comments
 (0)