lab132 / buildbot-gitea

Buildbot plugin for integration with gitea.
MIT License
62 stars 21 forks source link

Fix syntax in step_source.py #34

Closed r7l closed 1 year ago

r7l commented 1 year ago

Installed the most recent update after the PR and got a warning:

/usr/lib/python3.11/site-packages/buildbot_gitea/step_source.py:23: SyntaxWarning: "is" with a literal. Did you mean "=="?

This PR fixes the warning.

pampersrocker commented 1 year ago

Thanks!