mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Delete all compiled python files when running hacking/env-setup
This commit is contained in:
parent
45aac6a739
commit
647e48f776
2 changed files with 3 additions and 0 deletions
|
@ -57,8 +57,10 @@ fi
|
|||
cd "$ANSIBLE_HOME"
|
||||
if [ "$verbosity" = silent ] ; then
|
||||
gen_egg_info > /dev/null 2>&1
|
||||
rm **/*.pyc > /dev/null 2>&1
|
||||
else
|
||||
gen_egg_info
|
||||
rm **/*.pyc
|
||||
fi
|
||||
cd "$current_dir"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue