This commit is contained in:
Cameron Dawson 2013-04-11 11:31:46 -07:00
Родитель eb780b2675
Коммит a9a842c1ed
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ class JobsModel(object):
try:
job_guid = data["job_guid"]
# not sure about this one
# @@@ not sure about this one
job_coalesced_to_guid = ""
who = data["who"]
@ -238,6 +238,7 @@ class JobsModel(object):
start_timestamp = data["start_timestamp"]
end_timestamp = data["end_timestamp"]
# @@@ need better error message here
except ValueError:
raise JobDataError(
"Return meaningful error here; not this rubbish.")