Skip to content

Commit

Permalink
Fixed an invalid reference in the mapper module
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 23, 2017
1 parent d1800f9 commit 4d9b1e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def id(self, source, key, identifier=None, resolve_mappings=True):

return True, (id_service, id_key)

log.info('[%s/%s] - Unable to find valid identifier in %r', source, key, match.identiifers)
log.info('[%s/%s] - Unable to find valid identifier in %r', source, key, match.identifiers)
return True, (None, None)

def map(self, source, key, identifier=None, resolve_mappings=True, use_handlers=True):
Expand Down

1 comment on commit 4d9b1e3

@hergonoway
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, this fix is not in the 1.3.3 :(

I know there's no activity since a long time but could merge this fix with the current stable release ?

Please sign in to comment.