diff --git a/bin/ls-py-modules b/bin/ls-py-modules index 034219f..661985f 100755 --- a/bin/ls-py-modules +++ b/bin/ls-py-modules @@ -1,9 +1,9 @@ #!/bin/bash LS_REPOS="bin/ls-all-repos" if ! [ -x "$LS_REPOS" ] ; then echo "ls-py-modules should be run from the root of swh-environment. Bye." exit 2 fi -"$LS_REPOS" "$@" | egrep -v -- "(-(template|testdata)$|snippets)" +"$LS_REPOS" "$@" | egrep -v -- "(-(template|testdata)$|snippets|docker)"