Created
July 10, 2012 15:13
-
-
Save amercader/3083953 to your computer and use it in GitHub Desktop.
This file contains 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
2012-07-10 15:08:50,122 DEBUG [ckan.logic] User is not authorized to change-state <Package id=fd69d0d6-b3b1-4bfd-8590-b6ae103a4cbb name=tes title=Test CSV Buses version=None url=None author=None author_email=None maintainer=None maintainer_email=None notes= license_id=notspecified type=None state=draft revision_id=a3d77c11-9585-4307-a8f0-55a212f2fb46> | |
2012-07-10 15:08:50,167 ERROR [ckan.model.modification] 'module' object has no attribute 'DomainObjectOperation' | |
Traceback (most recent call last): | |
File "/var/lib/ckan/demo/pyenv/src/ckan/ckan/model/modification.py", line 68, in notify | |
observer.notify(entity, operation) | |
File "/var/lib/ckan/demo/pyenv/src/ckanext-qa/ckanext/qa/plugin.py", line 102, in notify | |
if operation == model.DomainObjectOperation.new: | |
AttributeError: 'module' object has no attribute 'DomainObjectOperation' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment