summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2009-03-02 20:57:07 -0500
committerMac Mollison <mollison@cs.unc.edu>2009-03-02 20:57:07 -0500
commitca2c782e205b13b101f8589d761f607348b04c83 (patch)
tree51dd7ca01f04a3171afc0f31671f2fd5e781b175
parentdd4d77b78fd2330bae814d69048f539a5e626aac (diff)
Minor cleanup
-rwxr-xr-xsta.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sta.py b/sta.py
index 8150fc4..bec8232 100755
--- a/sta.py
+++ b/sta.py
@@ -181,7 +181,8 @@ class EDF:
181 print('='*50) 181 print('='*50)
182 print("{0} became running (INVALID)" 182 print("{0} became running (INVALID)"
183 .format(Trace.getStr(record))) 183 .format(Trace.getStr(record)))
184 print('Deadline of {0} greater than deadline of {1} in the following record:' 184 print('Deadline of {0} greater than deadline of {1}' +
185 'in the following record:'
185 .format(release_record['deadline'], 186 .format(release_record['deadline'],
186 check_tuple[1]['deadline'])) 187 check_tuple[1]['deadline']))
187 print(check_tuple[1]) 188 print(check_tuple[1])