File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def create(self,
277277 'core_name' : core_name ,
278278 'config_set' : self .configset_name ,
279279 'callback_fn' : 'ckanext.datastore_search.logic.'
280- 'action.datastore_search_create_callback' ,
280+ 'action.datastore_search_create_callback' ,
281281 'callback_queue' : callback_queue ,
282282 'callback_timeout' : config .get ('ckan.jobs.timeout' , 300 )},
283283 title = 'SOLR Core creation %s' % core_name ,
Original file line number Diff line number Diff line change 1818try :
1919 # type_ignore_reason: catch ImportError
2020 from ckanext .xloader .interfaces import IXloader # type: ignore
21- # type_ignore_reason: not redifined if ImportError
22- HAS_XLOADER = True # type: ignore
21+ HAS_XLOADER = True
2322except ImportError :
2423 # type_ignore_reason: not redifined if ImportError
2524 HAS_XLOADER = False # type: ignore
You can’t perform that action at this time.
0 commit comments