Skip to content

Commit

Permalink
Fix custom-URI in 5XX bug (scriptotek#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 20, 2018
1 parent 548be59 commit 985f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc2skos/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def parse(self, options):

if is_uri(local_id):
self.relations.append({
'uri': uri,
'uri': local_id,
'relation': relation,
})
else:
Expand Down

0 comments on commit 985f0a7

Please sign in to comment.