Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White committed Jul 26, 2024
1 parent d9a475c commit c54a667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/core/tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c54a667

Please sign in to comment.