Commit f17d248
committed
fix: Update 1 code files
Hoist sync marker check before all install checks in _check_sync_status_ultra_fast so interpreters with a valid .omnipkg_synced_<version> marker short-circuit immediately, preventing repeated spurious syncs for Python 3.7 whose editable install leaves no dist-info or pth artifacts. Also remove premature gatherer call in _synchronize_knowledge_base_with_reality auto-heal branch where gatherer was not yet initialized (UnboundLocalError).
Modified:
• src/omnipkg/core.py (+8/-11 lines)
[gitship-generated]1 parent 2f1684e commit f17d248
1 file changed
Lines changed: 8 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6853 | 6853 | | |
6854 | 6854 | | |
6855 | 6855 | | |
| 6856 | + | |
| 6857 | + | |
| 6858 | + | |
| 6859 | + | |
| 6860 | + | |
6856 | 6861 | | |
6857 | 6862 | | |
6858 | | - | |
6859 | | - | |
6860 | | - | |
6861 | | - | |
6862 | | - | |
6863 | | - | |
6864 | | - | |
| 6863 | + | |
| 6864 | + | |
6865 | 6865 | | |
6866 | 6866 | | |
6867 | 6867 | | |
| |||
8276 | 8276 | | |
8277 | 8277 | | |
8278 | 8278 | | |
8279 | | - | |
8280 | | - | |
8281 | | - | |
8282 | | - | |
| 8279 | + | |
8283 | 8280 | | |
8284 | 8281 | | |
8285 | 8282 | | |
| |||
0 commit comments