Merge pull request #194 from aricooperdavis/patch-1

Fix renamed `is_valid()` method call
This commit is contained in:
Dan Halbert 2023-11-16 13:00:58 -05:00 committed by GitHub
commit e3d266525d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1514,7 +1514,7 @@ def update(ctx, update_all): # pragma: no cover
module.device_version, module.bundle_version 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 module.bundle_version
): ):
click.secho( click.secho(