Edgewall Software

Ticket #2829: gviz.patch

File gviz.patch, 605 bytes (added by eblot, 6 years ago)

Temporary workaround

  • graphviz/graphviz.py

     
    8787        content - The text the user entered for the macro to process. 
    8888        """ 
    8989 
    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_url 
    9590        # check and load the configuration 
    9691        trouble, msg = self.load_config() 
    9792        if trouble: