We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature_file = parser.parse(TokenScanner(feature_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "env/lib/python3.11/site-packages/gherkin/token_scanner.py", line 22, in __init__ self.io = io.open(path_or_str, 'rU', encoding='utf8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid mode: 'rU'
Python 3.11.0 gherkin-official==24.1.0
Steps to reproduce the behavior:
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered:
Fixed in 1cc2ef0. Hopefully released soon.
Sorry, something went wrong.
No branches or pull requests
👓 What did you see?
✅ What did you expect to see?
📦 Which tool/library version are you using?
Python 3.11.0
gherkin-official==24.1.0
🔬 How could we reproduce it?
Steps to reproduce the behavior:
📚 Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: