diff options
author | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:23:23 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-02-07 12:23:23 -0500 |
commit | 9692858f76f190955230482dfb378b44a6c72fc3 (patch) | |
tree | 73d8b38ac9abe12dcdd4c69297029461572c0a0b /cfbe.py | |
parent | d70a5395f55409d1653a5e935e676511cf5ee440 (diff) | |
download | bugseverywhere-9692858f76f190955230482dfb378b44a6c72fc3.tar.gz |
I think I may have it figured out.
Diffstat (limited to 'cfbe.py')
-rwxr-xr-x | cfbe.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |