diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2009-03-02 20:57:07 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2009-03-02 20:57:07 -0500 |
commit | ca2c782e205b13b101f8589d761f607348b04c83 (patch) | |
tree | 51dd7ca01f04a3171afc0f31671f2fd5e781b175 | |
parent | dd4d77b78fd2330bae814d69048f539a5e626aac (diff) |
Minor cleanup
-rwxr-xr-x | sta.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]) |