Skip to content

Update test.py#5

Open
sebastianrevuelta wants to merge 2 commits into
masterfrom
sebastianrevuelta-patch-2
Open

Update test.py#5
sebastianrevuelta wants to merge 2 commits into
masterfrom
sebastianrevuelta-patch-2

Conversation

@sebastianrevuelta

Copy link
Copy Markdown
Owner

No description provided.

Comment thread src/test.py
m, _, _ = tools.search(sunfish.Searcher(), pos, secs)
if m is None:
print("Game over")
print("End match")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Semgrep found a match

Suggested change
print("End match")
logging.info("End match")
Ignore this finding from avoid_print_python_rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant