Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2023
1 parent 7c0a605 commit 1e1708b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkinsapi/fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def validate_for_build(self, filename: str, job: str, build: int) -> bool:
if self._data["hash"] != self.id_:
log.info(
"File hash from Jenkins (%s) did not match local hash (%s)",
self._data["hash"], self.id_
self._data["hash"],
self.id_,
)
return False
for usage_item in self._data["usage"]:
Expand Down

0 comments on commit 1e1708b

Please sign in to comment.