Created
February 7, 2012 22:44
-
-
Save aheadley/1762649 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python test_builder.py | |
Traceback (most recent call last): | |
File "test_builder.py", line 1, in <module> | |
import builder | |
File "/home/overviewer/devel/Overviewer-Build/builder.py", line 354, in <module> | |
class EL5Builder(EL6Builder): | |
TypeError: Error when calling the metaclass bases | |
cannot create 'NoneType' instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment