Skip to content

Commit

Permalink
Don’t resolve ambiguities to the first witness
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 8, 2018
1 parent b338288 commit 2dbf8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uris.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def build_database(cls, sigil_data):

@classmethod
@call_recorder(argument_picker=itemgetter(1))
def get(cls, uri, allow_duplicate=False):
def get(cls, uri, allow_duplicate=True):
if not cls.database:
cls._load_database()
cls._load_paralipomena()
Expand Down

0 comments on commit 2dbf8ac

Please sign in to comment.