Skip to content

Commit 95e4515

Browse files
lapack_testing.py: use idiomatic path normalization
1 parent 7672c5f commit 95e4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
# process options
8585

86-
abs_bin_dir=os.path.normpath(os.path.join(os.getcwd(),bin_dir))
86+
abs_bin_dir=os.path.abspath(bin_dir)
8787

8888
os.chdir(test_dir)
8989

0 commit comments

Comments
 (0)