Opened 17 years ago
Closed 17 years ago
#6689 closed (invalid)
conf/__init__ raises ImportError has broken string substitution
Reported by: | 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
In the file conf/init.py (Line 57 of rev. 7188), the line:
raise ImportError("Settings cannot be imported, because environment variable %s is undefined." % ENVIRONMENT_VARIABLE)
Doesn't substitute the environment variable, because the %s isn't in quotes.
Note:
See TracTickets
for help on using tickets.
Wow. I'm truly too stupid to breath. Please disregard.