aboutsummaryrefslogtreecommitdiffstats
path: root/cfbe.py
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-07 12:23:23 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-07 12:23:23 -0500
commit9692858f76f190955230482dfb378b44a6c72fc3 (patch)
tree73d8b38ac9abe12dcdd4c69297029461572c0a0b /cfbe.py
parentd70a5395f55409d1653a5e935e676511cf5ee440 (diff)
downloadbugseverywhere-9692858f76f190955230482dfb378b44a6c72fc3.tar.gz
I think I may have it figured out.
Diffstat (limited to 'cfbe.py')
-rwxr-xr-xcfbe.py4
1 files changed, 2 insertions, 2 deletions
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