-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
'NoneType' object has no attribute 'has_file' #171
Comments
Thanks for reporting. Can you provide the command line you used to get this error? |
Not a command, I tried Line 393 in 22b6d34
In the end I've worked around it by passing a filesystem smth object to the cobertura constructor. I guess the readme can be updated |
Ah, I see. I'll take a look at the README this coming week. |
FTR, it works if the cobertura instantiation has filesystem arg
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to diff a couple of files generated by python coverage tool and converted to XML.
I get an exception here:
Somehow the 2nd clause,
self.cobertura1.filesystem
is None.The text was updated successfully, but these errors were encountered: