Skip to content

Commit

Permalink
Fix #505 do not remove work_dir (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler authored Sep 3, 2024
1 parent 884282d commit 038f507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykern/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _mkdir():
from pykern import pkinspect, pkio, pkunit

if pkunit.is_test_run():
return pkunit.empty_work_dir()
return pkunit.work_dir()
r = (
pkio.py_path(
sys.modules[pkinspect.root_package(package_object)].__file__,
Expand Down

0 comments on commit 038f507

Please sign in to comment.