mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 06:37:46 +00:00
325c1037c0
In CI, the webpack-stats.json file sometimes contains just: {"status":"compiling"} This was due to the fact that the `subprocess.call(...)` command in openedx-assets did not check whether the command was killed -- for lack of memory for instance. This is resolved by replacing "call(...)" by "check_call(...)". |
||
---|---|---|
.. | ||
commands | ||
templates | ||
__about__.py | ||
__init__.py | ||
config.py | ||
env.py | ||
exceptions.py | ||
fmt.py | ||
images.py | ||
interactive.py | ||
plugins.py | ||
scripts.py | ||
serialize.py | ||
utils.py |