try stderr? format
This commit is contained in:
parent
bd7b85170e
commit
bf7617eabe
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ def ensure_latest_bundle(bundle):
|
|||
# or side effect of pytest or network errors)
|
||||
print(
|
||||
f"checking dir: {bundle.lib_dir(platform)} = "
|
||||
f"{os.path.isdir(bundle.lib_dir(platform))}", file=sys.stderr
|
||||
f"{os.path.isdir(bundle.lib_dir(platform))}",
|
||||
file=sys.stderr,
|
||||
)
|
||||
# warnings.warn(
|
||||
# UserWarning(
|
||||
|
|
|
|||
Loading…
Reference in a new issue