Django

Code

Changeset 9278

Show
Ignore:
Timestamp:
10/25/08 14:16:45 (3 months ago)
Author:
jbronn
Message:

Fixed ogrinspect management commannd -- no longer try to pass the global verbosity option where it shouldn't go. Refs r9110.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/gis/management/commands/ogrinspect.py

    r8219 r9278  
    9898        show_mapping = options.pop('mapping', False) 
    9999 
     100        # Popping the verbosity global option, as it's not accepted by `_ogrinspect`. 
     101        verbosity = options.pop('verbosity', False) 
     102 
    100103        # Returning the output of ogrinspect with the given arguments 
    101104        # and options.