mirror of https://github.com/cutefishos/calamares
[welcome] Avoid threading warnings
- The NAM is being created from a method call on the GeneralRequirements object in the requirements-checking thread, while the GR object itself was created in a different thread. This cross-thread parenting produces a warning, and we don't need the parent relationship here anyway.main
parent
a19d81e38c
commit
2cdfe35430
Loading…
Reference in New Issue