Replace tabs with whitespaces.

This commit is contained in:
Lukas Steiner
2023-05-25 16:09:55 +02:00
parent b3955d6d02
commit 20f6aae787
18 changed files with 98 additions and 108 deletions

View File

@@ -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)