Replace tabs with whitespaces.
This commit is contained in:
@@ -367,8 +367,8 @@ def delayed_reasons(connection):
|
||||
dataStrobesInOrder b
|
||||
WHERE
|
||||
a.RowNum = b.RowNum - 1 AND
|
||||
b.Begin > a.End AND
|
||||
a.ID NOT IN (SELECT ID FROM idleGaps);
|
||||
b.Begin > a.End AND
|
||||
a.ID NOT IN (SELECT ID FROM idleGaps);
|
||||
"""
|
||||
cursor.execute(query)
|
||||
|
||||
@@ -412,7 +412,7 @@ def delayed_reasons(connection):
|
||||
p.PhaseName = 'ACT'
|
||||
GROUP BY
|
||||
d.gapBeginID
|
||||
)
|
||||
)
|
||||
"""
|
||||
cursor.execute(query)
|
||||
RRM = cursor.fetchone()[0]
|
||||
@@ -431,7 +431,7 @@ def delayed_reasons(connection):
|
||||
p.Transact = d.gapEndID AND
|
||||
p.PhaseName = 'ACT'
|
||||
GROUP BY
|
||||
d.gapBeginID
|
||||
d.gapBeginID
|
||||
)
|
||||
"""
|
||||
cursor.execute(query)
|
||||
|
||||
Reference in New Issue
Block a user