Opened 8 years ago
Closed 8 years ago
#28617 closed Cleanup/optimization (fixed)
pep8 violations in output of ogrinspect
| Reported by: | Thomas Schorr | Owned by: | nobody |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| Severity: | Normal | 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
The output of the ogrinspect command contains some E305 and E203 violations. They are fixed here:
https://github.com/django/django/pull/9110
There is also an additional test for the --mapping option.
Change History (3)
comment:1 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.11 → master |
comment:2 by , 8 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:3 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 52eb5b28: