Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'failhard' of /home/git/repositories/ogdsquad/ckanext-fso
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Sep 4, 2013
2 parents 60228b4 + 8832e29 commit f30350d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/fso/harvesters/fsoharvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def fetch_stage(self, harvest_object):
return True
except Exception, e:
log.exception(e)
raise

def import_stage(self, harvest_object):
log.debug('In FSOHarvester import_stage')
Expand Down Expand Up @@ -321,4 +322,5 @@ def import_stage(self, harvest_object):

except Exception, e:
log.exception(e)
raise
return True

0 comments on commit f30350d

Please # to comment.