improved: prevent hang UI while CNR loading

fixed: normalize id for pyproject.toml
This commit is contained in:
Dr.Lt.Data
2025-01-13 06:10:59 +09:00
parent 0b43716c56
commit 897debb106
6 changed files with 54 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ class Ctx:
if channel is not None:
self.channel = channel
asyncio.run(unified_manager.reload(cache_mode=self.mode == 'cache'))
asyncio.run(unified_manager.reload(cache_mode=self.mode == 'cache', dont_wait=False))
asyncio.run(unified_manager.load_nightly(self.channel, self.mode))
def set_no_deps(self, no_deps):