Skip to content

Commit 0413ba9

Browse files
authored
Merge pull request #21 from casework/use_local_uuid
Use local_uuid, not demo_uuid
2 parents ee2f997 + 1f1ed91 commit 0413ba9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exifread_case/exifread_case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def get_node_iri(
5050
node_id = ns[f"{prefix}{_node_uuid}"]
5151

5252
if node_id is None:
53-
node_id = ns[f"{prefix}{case_utils.local_uuid.demo_uuid()}"]
54-
53+
node_id = ns[f"{prefix}{case_utils.local_uuid.local_uuid()}"]
5554
return node_id
5655

5756

0 commit comments

Comments
 (0)