projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6ad2a
)
Fix babeltrace pylint script
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 3 Sep 2015 18:22:50 +0000
(14:22 -0400)
committer
Michael Jeanson
<mjeanson@efficios.com>
Thu, 3 Sep 2015 18:22:50 +0000
(14:22 -0400)
scripts/babeltrace/pylint.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/babeltrace/pylint.sh
b/scripts/babeltrace/pylint.sh
index 5ed53e979c6db4c432f0663ef0e7c7c28881d4e5..4a7e38aa1363034edb67f29b276d5a72d19daef7 100644
(file)
--- a/
scripts/babeltrace/pylint.sh
+++ b/
scripts/babeltrace/pylint.sh
@@
-27,7
+27,11
@@
fi
# Create virtualenv and install necessary packages
virtualenv --system-site-packages -p python3 $PYENV_HOME
+
+set +u
. $PYENV_HOME/bin/activate
+set -u
+
pip install --quiet pylint
pip install --quiet pep8
This page took
0.023726 seconds
and
4
git commands to generate.