Opened 16 years ago
Closed 16 years ago
#8157 closed (fixed)
utils/autoreload.py doesn't find .pyo files
Reported by: | Jeff Balogh | Owned by: | Eric Holscher |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It's using filename.endswith("*.pyo")
in the file finder, but endswith
doesn't accept globs.
This could be tested by pulling the endswith logic into a separate function, but I don't think it's worth it.
Attachments (1)
Change History (4)
by , 16 years ago
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
diff against r8226