From: Steve Losh Date: Sat, 7 Feb 2009 17:25:21 +0000 (-0500) Subject: It works! Just need to debug one more thing. X-Git-Tag: 1.0.0~53^2~4^2~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0276e63065d9ab71da2056c8d236c5efb6927830;p=be.git It works! Just need to debug one more thing. --- diff --git a/cfbe.py b/cfbe.py index 12ec5fb..d0a29f7 100755 --- a/cfbe.py +++ b/cfbe.py @@ -175,5 +175,5 @@ def parse_arguments(): config = path.join(module_directory, 'cfbe.config') options = parse_arguments() +print path.abspath(options['bug_root']) cherrypy.quickstart(WebInterface(path.abspath(options['bug_root'])), '/', config) -print path.abspath(options['bug_root']) \ No newline at end of file