Changeset 3391
- Timestamp:
- 03/18/08 12:35:55 (7 months ago)
- Files:
-
- graphvizplugin/0.11/graphviz/graphviz.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
graphvizplugin/0.11/graphviz/graphviz.py
r3389 r3391 235 235 # Create the map if not in cache 236 236 if not os.path.exists(map_path): 237 cmd = [proc_cmd, self.proces or_options, '-Tcmap', '-o%s' % map_path]237 cmd = [proc_cmd, self.processor_options, '-Tcmap', '-o%s' % map_path] 238 238 #self.log.debug('render_macro: create map if not in cache - running command %s' % cmd) 239 239 out, err = self.launch(cmd, content)
