| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| coffee.py | ||
| es6.py | ||
| less.py | ||
| livescript.py | ||
| sass.py | ||
| stylus.py |
Depending on where an exception is raised inside a compiler's `execute_command`, the `stdout` variable may not be assigned. In this case, the finally handler would fail with an `UnboundLocalError`, hiding the true cause of the exception. This change adds a new variable, `stdout_name`, which is populated once we've actually created the file. After this, the `CompilerError` is successfully raised with the contents of the true error.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | Loading commit data... | |
| coffee.py | Loading commit data... | |
| es6.py | Loading commit data... | |
| less.py | Loading commit data... | |
| livescript.py | Loading commit data... | |
| sass.py | Loading commit data... | |
| stylus.py | Loading commit data... |