From: Steve Losh Date: Sat, 7 Feb 2009 17:23:23 +0000 (-0500) Subject: I think I may have it figured out. X-Git-Tag: 1.0.0~53^2~4^2~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9692858f76f190955230482dfb378b44a6c72fc3;p=be.git I think I may have it figured out. --- diff --git a/cfbe.py b/cfbe.py index d143061..12ec5fb 100755 --- a/cfbe.py +++ b/cfbe.py @@ -175,5 +175,5 @@ def parse_arguments(): config = path.join(module_directory, 'cfbe.config') options = parse_arguments() -#cherrypy.quickstart(WebInterface(options['bug_root']), '/', config) -print module_directory \ No newline at end of file +cherrypy.quickstart(WebInterface(path.abspath(options['bug_root'])), '/', config) +print path.abspath(options['bug_root']) \ No newline at end of file