Opened 16 years ago

Closed 16 years ago

#6689 closed (invalid)

conf/__init__ raises ImportError has broken string substitution

Reported by: beforeandafterscience@… 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.

Change History (1)

comment:1 by beforeandafterscience@…, 16 years ago

Resolution: invalid
Status: newclosed

Wow. I'm truly too stupid to breath. Please disregard.

Note: See TracTickets for help on using tickets.
Back to Top