From 9692858f76f190955230482dfb378b44a6c72fc3 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sat, 7 Feb 2009 12:23:23 -0500 Subject: I think I may have it figured out. --- cfbe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfbe.py') 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 -- cgit