|
7b88d7704c
|
Fix T56372: Properly show error messages when submission fails
This also introduces a word-wrapping function that takes variable character
widths into account.
|
2018-08-14 15:08:58 +02:00 |
|
|
9ed933760c
|
Moved some drawing code into separate functions
|
2018-08-14 13:55:01 +02:00 |
|
|
c915a486cb
|
Use context manager for handling G.progress_lock
Manually calling `G.progress_lock.release()` is error-prone as it's not
called when an exception is raised while the lock is acquired.
|
2018-08-14 13:43:29 +02:00 |
|
|
d252f75acf
|
Separated space/__init__.py into a few modules
- `draw.py` contains all the drawing code
- `global_state.py` contains the `G` class introduced in the previous commit.
|
2018-08-14 13:38:05 +02:00 |
|