Changeset 3391

Show
Ignore:
Timestamp:
03/18/08 12:35:55 (7 months ago)
Author:
pkropf
Message:

corrected attribute name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • graphvizplugin/0.11/graphviz/graphviz.py

    r3389 r3391  
    235235                # Create the map if not in cache 
    236236                if not os.path.exists(map_path): 
    237                     cmd = [proc_cmd, self.procesor_options, '-Tcmap', '-o%s' % map_path] 
     237                    cmd = [proc_cmd, self.processor_options, '-Tcmap', '-o%s' % map_path] 
    238238                    #self.log.debug('render_macro: create map if not in cache - running command %s' % cmd) 
    239239                    out, err = self.launch(cmd, content)