Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Feb 11, 2024
1 parent 6354021 commit 7eae2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def lint(recycle_container=False):
try:
local["nix"].with_cwd(HERE)[args] & TEE
except CommandNotFound:
_logger.warn("Nix not found; fallback to a container")
_logger.warning("Nix not found; fallback to a container")

Check warning on line 63 in devtasks.py

View check run for this annotation

Codecov / codecov/patch

devtasks.py#L63

Added line #L63 was not covered by tests
runner = local.get("podman", "docker")
try:
(
Expand Down

0 comments on commit 7eae2aa

Please sign in to comment.