Cleanup emsdk.py (#362)

- Remove some unneeded use of `global` keyword
- Use OrderedDict
- Add exit_with_error helper
- Remove SPIDERMONKY_ENGINE from emscripten config
This commit is contained in:
Sam Clegg
2019-10-07 17:02:15 -07:00
committed by GitHub
parent 29ad7fab7b
commit 6ab7f5829a
3 changed files with 248 additions and 173 deletions

View File

@@ -3,7 +3,6 @@ ignore =
E111, # Indentation is not a multiple of four
E114, # Indentation is not a multiple of four (comment)
E501, # Line too long
E261, # At least two spaces before inline comment
E121, # Continuation line under-indented for hanging indent
E722 # bare excepts
exclude =