Opened 16 years ago
Closed 16 years ago
#10775 closed (duplicate)
utils/version.py should not assume that it has access to the file system
Reported by: | mad | Owned by: | mad |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When running a DJango app on a server without file access (like Google's AppEngine), the utils/version.py get_svn_revision method throws an exception and the app fails initializing.
Attachments (1)
Change History (2)
by , 16 years ago
comment:1 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of #10372, which has already been fixed in both trunk and in the 1.0.X release branch.
In the future, please search the ticket tracker before filing a new ticket.
Note:
See TracTickets
for help on using tickets.
small fix by catching exceptions and simply continuing