Opened 7 years ago

Closed 7 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 Claude Paroz, 7 years ago

Triage Stage: UnreviewedAccepted
Version: 1.11master

comment:2 by Claude Paroz, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 52eb5b28:

Fixed #28617 -- Made ogrinspect output pep8 compliant.

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