ckan / ckanext-archiver

Archive CKAN resources
MIT License
21 stars 46 forks source link

AttributeError: 'module' object has no attribute 'DomainObjectOperation' #3

Closed anibalpacheco closed 12 years ago

anibalpacheco commented 12 years ago

ERROR [ckan.model.modification] 'module' object has no attribute 'DomainObjectOperation' Traceback (most recent call last): File "/root/pyenv/src/ckan/ckan/model/modification.py", line 68, in notify observer.notify(entity, operation) File "/root/pyenv/src/ckanext-archiver/ckanext/archiver/plugin.py", line 29, in notify if operation == model.DomainObjectOperation.new: AttributeError: 'module' object has no attribute 'DomainObjectOperation' Error - <type 'exceptions.AttributeError'>: 'module' object has no attribute 'DomainObjectOperation'

anibalpacheco commented 12 years ago

Issue solved after a ckan(trunk) update