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
Fixed with on line 137:
- with (open(analysis_h_file, 'a+', encoding='utf8') as a_history, - open(analysis_h_file, 'r', encoding='utf8') as c_history): + with open(analysis_h_file, 'a+', encoding='utf8') as a_history, \ + open(analysis_h_file, 'r', encoding='utf8') as c_history:
The text was updated successfully, but these errors were encountered:
Fix 'save_extract_totals' error
6f6568f
#4
I have not been able to reproduce it (in Python 3.11.2 on Linux and Windows). However, I have changed the code based on your suggestion.
Thanks for reporting this error!.
Sorry, something went wrong.
rfc-st
No branches or pull requests
Fixed with on line 137:
The text was updated successfully, but these errors were encountered: