Skip to content

Commit 318f90a

Browse files
author
Lukas Puehringer
committed
Add comment to remove TUF-specific TempFile prefix
1 parent 560f66c commit 318f90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

securesystemslib/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def _default_temporary_directory(self, prefix):
6868
raise securesystemslib.exceptions.Error(err)
6969

7070

71+
# TODO: Is it safe to de-TUF the prefix? TUF heavily uses `TempFile` without
72+
# ever overriding `prefix`, thus people might expect the default prefix.
7173
def __init__(self, prefix='tuf_temp_'):
7274
"""
7375
<Purpose>

0 commit comments

Comments
 (0)