Ticket #2829: gviz.patch
| File gviz.patch, 605 bytes (added by eblot, 6 years ago) |
|---|
-
graphviz/graphviz.py
87 87 content - The text the user entered for the macro to process. 88 88 """ 89 89 90 self.log.debug('dir(req): %s' % str(dir(req)))91 self.log.debug('req.args: %s' % str(req.args))92 self.log.debug('req.base_url: %s' % str(req.base_url))93 94 self.base_url = req.base_url95 90 # check and load the configuration 96 91 trouble, msg = self.load_config() 97 92 if trouble:
