aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-07 12:25:21 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-07 12:25:21 -0500
commit0276e63065d9ab71da2056c8d236c5efb6927830 (patch)
treee5ee94295e6c80312f93eba74395e30976f3ca46
parent9692858f76f190955230482dfb378b44a6c72fc3 (diff)
downloadbugseverywhere-0276e63065d9ab71da2056c8d236c5efb6927830.tar.gz
It works! Just need to debug one more thing.
-rwxr-xr-xcfbe.py2
1 files changed, 1 insertions, 1 deletions
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