projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9692858
)
It works! Just need to debug one more thing.
author
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:25:21 +0000
(12:25 -0500)
committer
Steve Losh
<steve@stevelosh.com>
Sat, 7 Feb 2009 17:25:21 +0000
(12:25 -0500)
cfbe.py
patch
|
blob
|
history
diff --git
a/cfbe.py
b/cfbe.py
index 12ec5fbc7712ae9b3de2566a454464fe57c14db7..d0a29f7dcc417d247e1dfe27fafe52e95e042822 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()
+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