Skip to content

Commit 64788d3

Browse files
fix typo
1 parent 1272fb4 commit 64788d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namer/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class NamerConfig:
245245
a set of tags that indicates an individual video is vr.
246246
"""
247247

248-
database_path: Path = Path(tempfile.gettemp_dir()) / 'namer'
248+
database_path: Path = Path(tempfile.gettempdir()) / 'namer'
249249
"""
250250
Path where stores namer system data.
251251
"""

0 commit comments

Comments
 (0)