_monkeypatches.py: 'NoneType' object has no attribute 'startswith' #1634
Comments
eliasdorneles
added a commit
that referenced
this issue
Jan 13, 2016
[MRG+1] BF: robustify _monkeypatches check for twisted - str() name first (Closes #1634)
Fixed in #1644 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did not try yet to come up with minimal example to demonstrate this issue but it is reproducible for me:
not sure it came to it but the issue is (if I pdb before this madness happens):
so assigned
__module__
is None. As a quick resolution wrapped into str() call to assure str thereThe text was updated successfully, but these errors were encountered: