getgauge / gauge-python

Python language runner for Gauge
MIT License
90 stars 38 forks source link

Change comparison `is` to `==` to avoid `SyntaxWarning` #388

Closed thanhph111 closed 2 months ago

thanhph111 commented 2 months ago

This fixes SyntaxWarning: "is" with a literal. Did you mean "=="?.

chadlwilson commented 2 months ago

Thanks!