This website requires JavaScript.
Explore
Help
Sign In
admin
/
ci-emsdk
Watch
1
Star
0
Fork
0
You've already forked ci-emsdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7179fac39beb7ee33a7818eee69f74ec03ec47bf
ci-emsdk
/
.flake8
4 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix some flake8 warnings in emsdk (#224) Only some checks are enabled here in order to make this change easier to review and less error prone.
2019-04-29 15:39:20 -07:00
[flake8]
ignore = E111,E114,E501,E261,E266,E121,E402,E241,E701
Use a wrapper script for running emsdk.py (#292) This change moves the python code for emsdk into a file ending in .py. This script is then run via emsdk.bat on windows or emsdk (a shell script) on non-windows. This avoid the #!/bin/sh at the top of the python script and the "exec" hack on the first line that re-runs it under python. Hopefully this preserves the intent of #273 without jumping through so many hoops.
2019-08-27 14:02:50 -07:00
filename = emsdk.py
Reference in New Issue
Copy Permalink