Skip to content

Commit

Permalink
Fixing tmp file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Dec 5, 2024
1 parent d090ff3 commit 5c08bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/python/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_diff_src_root_metadata_file_registry(self):
remove_files([out_source, out_meta])

# Create new directory:
tmp_src_dir = os.path.join(_TMP_DIR, "test", "unit", \
tmp_src_dir = os.path.join(_TMP_DIR, "test", "unit", "python", \
"sample_files")
if not os.path.exists(tmp_src_dir):
os.makedirs(tmp_src_dir)
Expand Down

0 comments on commit 5c08bd8

Please sign in to comment.