Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
59ca822a
Commit
59ca822a
authored
Aug 05, 2013
by
Daniel Brown
Browse files
disabling debug
parent
7a9feb16
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/testing/web_server.py
View file @
59ca822a
...
...
@@ -3,7 +3,7 @@ import sys
from
flask
import
Flask
from
optparse
import
OptionParser
def
start
(
instance_path
,
port
=
5000
,
debug
=
Tru
e
,
ip
=
"0.0.0.0"
,
git_bin
=
"/usr/bin/git"
):
def
start
(
instance_path
,
port
=
5000
,
debug
=
Fals
e
,
ip
=
"0.0.0.0"
,
git_bin
=
"/usr/bin/git"
):
os
.
environ
[
"GIT_BIN"
]
=
git_bin
# we import this now so that we can set the GIT_BIN env var
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment