Skip to content

Commit 7bfaff5

Browse files
committed
Update 1 code files
Modified: • src/omnipkg/cli.py (+0/-9 lines) [gitship-generated]
1 parent e690a5e commit 7bfaff5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/omnipkg/cli.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ def _dbg(msg: str):
4545
if _DBG:
4646
print(f"[DEBUG-CLI] {msg}", file=sys.stderr, flush=True)
4747

48-
# Debug path resolution
49-
_dbg(f"__file__ = {__file__}")
50-
_dbg(f"Path(__file__).resolve() = {Path(__file__).resolve()}")
51-
_dbg(f"Path(__file__).resolve().parent = {Path(__file__).resolve().parent}")
52-
_dbg(f"TESTS_DIR = {TESTS_DIR}")
53-
_dbg(f"TESTS_DIR.exists() = {TESTS_DIR.exists()}")
54-
if TESTS_DIR.exists():
55-
_dbg(f"TESTS_DIR contents: {list(TESTS_DIR.glob('*.py'))[:5]}") # First 5 files
56-
5748
_VERSION_CACHE: dict = {} # exe_path -> (major, minor)
5849

5950
def get_actual_python_version(cm=None):

0 commit comments

Comments
 (0)