mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +00:00
disable py-cache prior to mypy on cli (#408)
This commit is contained in:
@ -14,4 +14,4 @@ set -ex
|
||||
SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
|
||||
|
||||
sed -i "s/^##### from memoization import cached/from memoization import cached/" $(find . -name '*.py' -not -path .python_packages)
|
||||
sed -i "s/^##### @cached/@cached/" $(find . -name '*.py' -not -path .python_packages)
|
||||
sed -i "s/##### @cached/@cached/" $(find . -name '*.py' -not -path .python_packages)
|
||||
|
Reference in New Issue
Block a user