Skip to content

Commit 94e362f

Browse files
committed
removing unnecessary file print
1 parent ae1deba commit 94e362f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/run_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ except Exception:
146146
p = pathlib.Path(getattr(m, "__file__", "")).resolve()
147147
root = pathlib.Path(r"${repo_root}").resolve()
148148
sub = pathlib.Path(r"${repo_root}/${subdir_name}").resolve()
149-
print(p)
150149
sys.exit(0 if str(p).startswith(str(sub)) else 3)
151150
PY
152151
rc=$?

0 commit comments

Comments
 (0)