We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810bb4f commit b7c5771Copy full SHA for b7c5771
1 file changed
myst_nb/core/execute/cache.py
@@ -59,7 +59,7 @@ def start_client(self):
59
# TODO do in try/except, in case of db write errors
60
NbProjectRecord.remove_tracebacks([stage_record.pk], cache.db)
61
cwd_context: ContextManager[str] = (
62
- TemporaryDirectory() # type: ignore
+ TemporaryDirectory()
63
if self.nb_config.execution_in_temp
64
else nullcontext(str(self.path.parent))
65
)
0 commit comments