Merge pull request #194 from aricooperdavis/patch-1
Fix renamed `is_valid()` method call
This commit is contained in:
commit
e3d266525d
1 changed files with 1 additions and 1 deletions
|
|
@ -1514,7 +1514,7 @@ def update(ctx, update_all): # pragma: no cover
|
|||
module.device_version, module.bundle_version
|
||||
)
|
||||
)
|
||||
if isinstance(module.bundle_version, str) and not VersionInfo.isvalid(
|
||||
if isinstance(module.bundle_version, str) and not VersionInfo.is_valid(
|
||||
module.bundle_version
|
||||
):
|
||||
click.secho(
|
||||
|
|
|
|||
Loading…
Reference in a new issue