We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0e381 commit 99e32cdCopy full SHA for 99e32cd
1 file changed
ietf/ipr/management/commands/process_email.py
@@ -22,6 +22,6 @@ def handle(self, *args, **options):
22
msg = open(email, "r").read()
23
24
try:
25
- message = process_response_email(msg)
+ process_response_email(msg)
26
except ValueError as e:
27
raise CommandError(e)
0 commit comments