Skip to content

Commit c119c26

Browse files
committed
Fix.
1 parent e2a32cf commit c119c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omnipkg/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3211,7 +3211,7 @@ def prune_bubbled_versions(self, package_name: str, keep_latest: Optional[int]=N
32113211
safe_print(_("\n🎉 Pruning complete for '{}'.").format(c_name))
32123212
return 0
32133213

3214-
def check_and_run_pending_rebuild(self) -> bool:
3214+
def _check_and_run_pending_rebuild(self) -> bool:
32153215
"""
32163216
Checks for a flag file indicating a new interpreter needs its KB built.
32173217
If the current context matches a version in the flag, it runs the build.

0 commit comments

Comments
 (0)