diff --git a/autogenerate_config_docs/autohelp-wrapper b/autogenerate_config_docs/autohelp-wrapper index e56ff7b9..c3f8983a 100755 --- a/autogenerate_config_docs/autohelp-wrapper +++ b/autogenerate_config_docs/autohelp-wrapper @@ -154,6 +154,7 @@ if [ "$FAST" -eq 0 ] ; then ( cd $SOURCESDIR/$project + find $project -name "*.pyc" -delete GIT_CMD="git show-ref --verify --quiet refs/heads/$BRANCH" if $GIT_CMD; then git checkout $BRANCH