projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70a539
)
I think I may have it figured out.
author
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:23:23 +0000
(12:23 -0500)
committer
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:23:23 +0000
(12:23 -0500)
cfbe.py
patch
|
blob
|
history
diff --git
a/cfbe.py
b/cfbe.py
index d143061f445f2e47e7dce43b782b7d9b545df429..12ec5fbc7712ae9b3de2566a454464fe57c14db7 100755
(executable)
--- 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