Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 842f617

Browse files
author
Benjamin Muskalla
committed
Order sinks and sources first
1 parent be150f2 commit 842f617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/utils/model-generator/GenerateFlowModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def asCsvModel(superclass, kind, rows):
126126
"""
127127

128128

129-
qllContents = qllTemplate.format(shortname, summaryCsv, sinkCsv, sourceCsv)
129+
qllContents = qllTemplate.format(shortname, sinkCsv, sourceCsv, summaryCsv)
130130

131131

132132
with open(frameworkTarget, "w") as frameworkQll:

0 commit comments

Comments
 (0)