home
·
contact
·
privacy
projects
/
plomlombot-irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92520ed
)
Remove debugging code.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 23 Jan 2016 09:23:02 +0000
(10:23 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 23 Jan 2016 09:23:02 +0000
(10:23 +0100)
run.sh
patch
|
blob
|
history
diff --git
a/run.sh
b/run.sh
index 0777bb94d422b6ee6398ecf3aad47b9ae479d8ca..1687ae91e5babf1cc3f81e9cdb690c9a3fc11d80 100755
(executable)
--- a/
run.sh
+++ b/
run.sh
@@
-9,7
+9,6
@@
DIR_ENV=.temp_env
pyvenv $DIR_ENV
source $DIR_ENV/bin/activate
pip install -r requirements.txt
-#pip install -r requirements2.txt
echo
set +e
python3 plomlombot.py "$@"