disable source shellcheck

This commit is contained in:
Justin Findlay 2016-04-13 13:11:04 -06:00
parent e4829148f5
commit 0c3e7e9bd2

View file

@ -1948,6 +1948,7 @@ __activate_virtualenv() {
# Is virtualenv empty
if [ -z "$VIRTUAL_ENV" ]; then
__create_virtualenv || return 1
# shellcheck source=/dev/null
. "${_VIRTUALENV_DIR}/bin/activate" || return 1
echoinfo "Activated virtualenv ${_VIRTUALENV_DIR}"
fi