Skip to content

Commit bd64375

Browse files
authored
fds vv: remove _64 from smokeview paths in make_smv_images.py python script (#15626)
1 parent d7fcdee commit bd64375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Utilities/Python/scripts/make_smv_images.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ def compare_images(image1_path, image2_path):
6060
if smokeview_path != "null":
6161
print("Using "+smokeview_path)
6262
elif os_name == "Linux":
63-
smokeview_path = smvdir + 'intel_linux_64/smokeview_linux_64'
63+
smokeview_path = smvdir + 'intel_linux/smokeview_linux'
6464
elif os_name == "Darwin":
65-
smokeview_path = smvdir + 'gnu_osx_64/smokeview_osx_64'
65+
smokeview_path = smvdir + 'gnu_osx/smokeview_osx'
6666
elif os_name == "Windows":
67-
smokeview_path = smvdir + 'intel_win_64/smokeview_win_64'
67+
smokeview_path = smvdir + 'intel_win/smokeview_win'
6868

6969
for i in range(len(folder)):
7070
print('generating smokeview image ' + case[i])

0 commit comments

Comments
 (0)