Skip to content

Commit 17c29dc

Browse files
committed
Put tmpfile into temporary permadebug
1 parent 1327f64 commit 17c29dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

choreographer/tempfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class TempDirWarning(UserWarning):
1919
# Here we have our own class to deal with it.
2020
class TempDirectory:
2121
def __init__(self, path=None, sneak=False):
22+
self.debug = True # temporary! TODO
2223
self._with_onexc = bool(sys.version_info[:3] >= (3, 12))
2324
args = {}
2425

0 commit comments

Comments
 (0)