We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58abc9c commit db3dd9bCopy full SHA for db3dd9b
jupyterlab_latex/build.py
@@ -12,7 +12,7 @@
12
from .util import run_command
13
14
@contextmanager
15
-def latex_cleanup(cleanup=True, workdir='.', whitelist=None, greylist=None):
+def latex_cleanup(cleanup=False, workdir='.', whitelist=None, greylist=None):
16
"""Context manager for changing directory and removing files when done.
17
18
By default it works in the current directory, and removes all files that
0 commit comments