Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Oct 5, 2024
1 parent 5a4e66b commit b1afafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sqf_linter_LogChecker.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import os

defaultFalsePositives = 38 # Change 0 to Current number of false positives
defaultFalsePositives = 42 # Change 0 to Current number of false positives
def main():
f = open("sqf.log", "r")
log = f.readlines()
Expand Down

0 comments on commit b1afafd

Please sign in to comment.