mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
This commit is contained in:
parent
5fcef9cac3
commit
eea358698b
@ -385,7 +385,7 @@ def run_iptestall():
|
||||
# to clean up any junk files left over by accident. This also makes it
|
||||
# robust against being run in non-writeable directories by mistake, as the
|
||||
# temp dir will always be user-writeable.
|
||||
curdir = os.getcwd()
|
||||
curdir = os.getcwdu()
|
||||
testdir = tempfile.gettempdir()
|
||||
os.chdir(testdir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user