Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattrees committed Sep 10, 2024
1 parent 45a64f5 commit dddea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvil-python/anvil/commands/haproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def validate_cacert_chain(filepath: str) -> None:
raise ValueError(f"{filepath} does not exist")
try:
# just make sure we can open the file
with open(filepath) as f:
with open(filepath):
pass
except PermissionError:
raise ValueError(f"Permission denied when trying to read {filepath}")
Expand Down

0 comments on commit dddea20

Please sign in to comment.