Skip to content

Commit 43e1f61

Browse files
authored
Merge pull request #17343 from gottesmm/pr-3863969bbc136f755ee6aed2bc8b643cf043ade9
2 parents 9465673 + 694f248 commit 43e1f61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/viewcfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ def main():
171171

172172
out_file.write("}\n")
173173

174-
# Open the dot file (should be done with Graphviz).
175-
176-
subprocess.call(["open", file_name])
174+
# Open the dot file.
175+
subprocess.call(["open", "-a", "Graphviz", file_name])
177176

178177

179178
if __name__ == '__main__':

0 commit comments

Comments
 (0)