Opened 18 years ago
Closed 18 years ago
#6299 closed (fixed)
Indentation error introduced to django.core.mail.forbid_multi_line_headers on changeset 6987
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Mail) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
- http://code.djangoproject.com/changeset/6987
- http://code.djangoproject.com/browser/django/trunk/django/core/mail.py#L70
Traceback (most recent call last):
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py", line 277, in run
self.result = application(self.environ, self.start_response)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/servers/basehttp.py", line 631, in __call__
return self.application(environ, start_response)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/wsgi.py", line 205, in __call__
response = self.get_response(request)
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/handlers/base.py", line 59, in get_response
from django.core.mail import mail_admins
File "/home/joe/code/workspaces/clinicnotes/clinicnotes/src_django/django/core/mail.py", line 86
return (name, val)
^
IndentationError: unindent does not match any outer indentation level
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | patch_6299.txt added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch for indentation error