We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1327f64 commit 17c29dcCopy full SHA for 17c29dc
choreographer/tempfile.py
@@ -19,6 +19,7 @@ class TempDirWarning(UserWarning):
19
# Here we have our own class to deal with it.
20
class TempDirectory:
21
def __init__(self, path=None, sneak=False):
22
+ self.debug = True # temporary! TODO
23
self._with_onexc = bool(sys.version_info[:3] >= (3, 12))
24
args = {}
25
0 commit comments