Skip to content

Commit

Permalink
Use consistent naming for invalid state
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Dec 22, 2023
1 parent 395d4a1 commit dc7643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monitor-dset.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def update_list(self):
else:
status = report_df.loc[subject]["status_name"]
if subject in self.invalid_subjects:
status = "Invalid"
status = "Invalidated"
widget = ListItem(
Label(subject),
Label(status.capitalize().replace("_", " "), classes="subtitle")
Expand Down

0 comments on commit dc7643b

Please sign in to comment.