It works! Just need to debug one more thing.
authorSteve Losh <steve@stevelosh.com>
Sat, 7 Feb 2009 17:25:21 +0000 (12:25 -0500)
committerSteve Losh <steve@stevelosh.com>
Sat, 7 Feb 2009 17:25:21 +0000 (12:25 -0500)
cfbe.py

diff --git a/cfbe.py b/cfbe.py
index 12ec5fbc7712ae9b3de2566a454464fe57c14db7..d0a29f7dcc417d247e1dfe27fafe52e95e042822 100755 (executable)
--- 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