aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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