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
The load_files function in static_loader.py reads python files using the "r+" access mode. This should be just "r" since the file is not written into.
getgauge
pip3 show getgauge
html-report (4.0.4) json-report (0.2.2) python (0.3.3) screenshot (0.0.1)
The text was updated successfully, but these errors were encountered:
Opening file in relad only mode #97
28a97c1
The fix should be available in nightly >= 01-08-2018.
Sorry, something went wrong.
Verified in
Gauge version: 1.0.1.nightly-2018-07-31 Commit Hash: 4ae7c9a Plugins ------- python (0.3.4.nightly-2018-07-25)
No branches or pull requests
Description
The load_files function in static_loader.py reads python files using the "r+" access mode. This should be just "r" since the file is not written into.
Steps to reproduce
Information that will help us debug
getgauge
package version, runpip3 show getgauge
to get it: 0.3.3Plugins
html-report (4.0.4)
json-report (0.2.2)
python (0.3.3)
screenshot (0.0.1)
The text was updated successfully, but these errors were encountered: