Skip to content

Commit

Permalink
Merge pull request #1 from tjworks/bwe-typo-fix
Browse files Browse the repository at this point in the history
fix typo error: bwe
  • Loading branch information
tjworks authored Jun 20, 2017
2 parents 085b5f6 + 50bdfe6 commit da3573e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo_connector/doc_managers/mongo_doc_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def iterate_chunks():
+ str(e))
except pymongo.errors.BulkWriteError as bwe:
LOG.error(bwe.details)
raise e
raise bwe

@wrap_exceptions
def remove(self, document_id, namespace, timestamp):
Expand Down

0 comments on commit da3573e

Please sign in to comment.