Skip to content

Commit 9c1df74

Browse files
authored
Update randomizeop.py
1 parent 50f4bb8 commit 9c1df74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaleidoscope/operators/randomizeop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run(self, source: Dataset) -> Dataset: # noqa: D102
8282
"tracking_id",
8383
source.attrs.get(
8484
"uuid",
85-
f"{uuid.uuid5(uuid.NAMESPACE_URL, self._args.source_file.resolve().as_uri())}",
85+
f"{uuid.uuid5(uuid.NAMESPACE_URL, self._args.source_file.stem)}",
8686
),
8787
)
8888
target: Dataset = Dataset(

0 commit comments

Comments
 (0)