mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Make sure the waiting message is actually displayed.
This commit is contained in:
parent
0bdecfc6ea
commit
9879cbdd88
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ def config_status(topobjdir='.', topsrcdir='.', defines=None,
|
|||
log_manager.add_terminal_logging(level=log_level)
|
||||
log_manager.enable_unstructured()
|
||||
|
||||
print('Reticulating splines...', file=sys.stderr)
|
||||
print('Feeding the hatchlings...', file=sys.stderr)
|
||||
sys.stderr.flush()
|
||||
if len(selected_backends) > 1:
|
||||
definitions = list(definitions)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue