diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:25:21 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:25:21 -0500 |
commit | 0276e63065d9ab71da2056c8d236c5efb6927830 (patch) | |
tree | e5ee94295e6c80312f93eba74395e30976f3ca46 | |
parent | 9692858f76f190955230482dfb378b44a6c72fc3 (diff) | |
download | bugseverywhere-0276e63065d9ab71da2056c8d236c5efb6927830.tar.gz |
It works! Just need to debug one more thing.
-rwxr-xr-x | cfbe.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |