Skip to content

Commit 64721f1

Browse files
updates names of status and exception (#50)
1 parent a4152b3 commit 64721f1

File tree

1 file changed

+2
-2
lines changed
  • application/data_access/odp_summaries

1 file changed

+2
-2
lines changed

application/data_access/odp_summaries/status.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def get_odp_status_summary(dataset_types, cohorts):
5858
rle.endpoint,
5959
rle.endpoint_url,
6060
rle.licence,
61-
rle.status,
61+
rle.latest_status as status,
6262
rle.days_since_200,
63-
rle.exception,
63+
rle.latest_exception as exception,
6464
rle.resource,
6565
rle.latest_log_entry_date,
6666
rle.endpoint_entry_date,

0 commit comments

Comments
 (0)