mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Remove rankdir=LR; from DOT output
This commit is contained in:
@@ -39,8 +39,7 @@ def convert_dgml_to_dot(dgml_file, dot_file):
|
||||
|
||||
# Form dot element sequence
|
||||
body_l = ["digraph cbom {",
|
||||
"node [shape=box];",
|
||||
"rankdir=LR;"
|
||||
"node [shape=box];"
|
||||
]
|
||||
|
||||
# Process nodes
|
||||
|
||||
Reference in New Issue
Block a user