Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Sep 3, 2024
1 parent aaabbb2 commit be1f7b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linodecli/api_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ def _attempt_warn_old_version(ctx, result):
"with --suppress-warnings",
file=sys.stderr,
)
suppress_version_warning = ctx.config.get_bool("suppress-version-warning") or os.getenv(
"LINODE_CLI_SUPPRESS_VERSION_WARNING"
)
suppress_version_warning = ctx.config.get_bool(
"suppress-version-warning"
) or os.getenv("LINODE_CLI_SUPPRESS_VERSION_WARNING")
if new_version_exists and not suppress_version_warning:
print(
f"The API responded with version {spec_version}, which is newer than "
Expand Down

0 comments on commit be1f7b0

Please sign in to comment.