Skip to content

Commit d6a26ad

Browse files
committed
ruff
1 parent 18a0e42 commit d6a26ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tools/zora/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_findings(self, content, test: Test) -> list[Finding]:
5858
test=test,
5959
is_mitigated=is_mitigated,
6060
)
61-
if row.get("fixVersion") and row.get("fixVersion") != "":
61+
if row.get("fixVersion"):
6262
finding.fix_available = True
6363
else:
6464
finding.fix_available = False

0 commit comments

Comments
 (0)