Skip to content

Commit

Permalink
Merge pull request #166 from iblis17/issue-165
Browse files Browse the repository at this point in the history
Fix #165
  • Loading branch information
BigBlueHat committed Aug 26, 2015
2 parents 1678f91 + d28f0d0 commit 52b7639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchapp/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CommandLineError(Exception):
class BulkSaveError(Exception):
""" error raised when therer are conflicts in bulk save"""

def ___init__(self, docs, errors):
def __init__(self, docs, errors):
Exception.__init__(self)
self.docs = docs
self.errors = errors
Expand Down

0 comments on commit 52b7639

Please sign in to comment.