Skip to content

Commit

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

Please sign in to comment.