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
ValueError Traceback (most recent call last) <ipython-input-2-4b529b0d4ee7> in <module>() ----> 1 kurt.Project.load('Desktop/bob') /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kurt-2.0.5-py2.7.egg/kurt/__init__.pyc in load(cls, path, format) 254 (name, extension) = os.path.splitext(filename) 255 if format is None: --> 256 plugin = kurt.plugin.Kurt.get_plugin(extension=extension) 257 if not plugin: 258 raise UnknownFormat(extension) /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/kurt-2.0.5-py2.7.egg/kurt/plugin.pyc in get_plugin(cls, name, **kwargs) 221 return plugin 222 --> 223 raise ValueError, "Unknown format %r" % kwargs 224 225 @classmethod ValueError: Unknown format {'extension': ''}
The text was updated successfully, but these errors were encountered:
Might I add this happened with my project that does not contain an extension
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: