From c54a667b8324320cb57c631efe95a7124bd080a5 Mon Sep 17 00:00:00 2001 From: Ricky White Date: Fri, 26 Jul 2024 11:33:36 -0400 Subject: [PATCH] Undo --- sdk/python/core/tests/config_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/core/tests/config_test.py b/sdk/python/core/tests/config_test.py index ea1e4377..54e0ebf8 100644 --- a/sdk/python/core/tests/config_test.py +++ b/sdk/python/core/tests/config_test.py @@ -399,4 +399,4 @@ def test_config_file_mode(self): if platform.lower().startswith("win") is True: subprocess.run('icacls.exe "{}" /grant Everyone:F'.format(file)) os.unlink(file) - os.chdir(self.orig_working_dir) + os.chdir(self.orig_working_dir)