Skip to content

Commit db3dd9b

Browse files
committed
Change default value for cleanup to False
1 parent 58abc9c commit db3dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_latex/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .util import run_command
1313

1414
@contextmanager
15-
def latex_cleanup(cleanup=True, workdir='.', whitelist=None, greylist=None):
15+
def latex_cleanup(cleanup=False, workdir='.', whitelist=None, greylist=None):
1616
"""Context manager for changing directory and removing files when done.
1717
1818
By default it works in the current directory, and removes all files that

0 commit comments

Comments
 (0)