mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
move to warning (#66)
This commit is contained in:
@ -201,7 +201,7 @@ class Versions(Endpoint):
|
||||
and api.patch >= cli.patch
|
||||
)
|
||||
if cli_str == "0.0.0" and not result:
|
||||
self.logger.warn(
|
||||
self.logger.warning(
|
||||
"ignoring compatibility check as the CLI was installed "
|
||||
"from git. api: %s cli: %s",
|
||||
api_str,
|
||||
|
Reference in New Issue
Block a user