can I see prints? format
This commit is contained in:
parent
b658576873
commit
30e80f3486
1 changed files with 2 additions and 1 deletions
|
|
@ -108,7 +108,8 @@ def ensure_latest_bundle(bundle):
|
|||
# missing directories (new platform added on an existing install
|
||||
# or side effect of pytest or network errors)
|
||||
print(
|
||||
f"checking dir: {bundle.lib_dir(platform)} = {os.path.isdir(bundle.lib_dir(platform))}"
|
||||
f"checking dir: {bundle.lib_dir(platform)} = "
|
||||
f"{os.path.isdir(bundle.lib_dir(platform))}"
|
||||
)
|
||||
do_update = do_update or not os.path.isdir(bundle.lib_dir(platform))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue