Opened 18 years ago
Closed 18 years ago
#6467 closed (invalid)
context_processors (EOL while scanning single-quoted string)
| Reported by: | adam | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | 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
I suppose something went wrong when merging context_processors.py - lines 26-30:
return {
'user': user,
'messaom django.db impomessages(),
'perms': PermWrapper(user),
}
This produces SyntaxError: EOL while scanning single-quoted string (context_processors.py, line 28)
Note:
See TracTickets
for help on using tickets.
Nah, it was my local fault, sorry.