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
gcovr/scripts/gcovr
Line 413 in 16c81cc
this should be zip instead of izip in python3 http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#itertools
zip
izip
The text was updated successfully, but these errors were encountered:
duplicated #168
Sorry, something went wrong.
No branches or pull requests
gcovr/scripts/gcovr
Line 413 in 16c81cc
this should be
zip
instead ofizip
in python3 http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#itertoolsThe text was updated successfully, but these errors were encountered: