You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, running ./dev style throws a warning that it cannot parse the file README.txt.py in the build folder: WARNING: Error in file ./build/img/at_home/unlocking-the-secret-in-product-codes/README.txt.py: Cannot parse file.
To reproduce, run ./dev update and then ./dev style. The style check should probably be limited so as to not try and check for build folder.
The text was updated successfully, but these errors were encountered:
For some reason, running
./dev style
throws a warning that it cannot parse the file README.txt.py in the build folder:WARNING: Error in file ./build/img/at_home/unlocking-the-secret-in-product-codes/README.txt.py: Cannot parse file.
To reproduce, run
./dev update
and then./dev style
. The style check should probably be limited so as to not try and check for build folder.The text was updated successfully, but these errors were encountered: