Skip to content

Commit

Permalink
Merge branch 'general-overhaul' of github.com:medizininformatik-initi…
Browse files Browse the repository at this point in the history
…ative/feasibility-monitoring into general-overhaul
  • Loading branch information
bastianschaffer committed Dec 13, 2023
2 parents a0cc08f + ee9bdaa commit 474f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute_feasibility_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def convert_to_table(report_results, column_attribute):
columns = create_columns(report_results, column_keys, optional_column_keys, column_attribute)

pTable = PrettyTable()
first_column = ["Total Yes | 100% fullfilled", "Total No | >0% fullfilled", "Totan Na | 0% fullfilled"] + list(DSF_SITE_IDS)
first_column = ["Total Yes | 100% fullfilled", "Total No | >0% fullfilled", "Total Na | 0% fullfilled"] + list(DSF_SITE_IDS)
pTable.add_column("Site URL", first_column)

for column_key in column_keys:
Expand Down

0 comments on commit 474f628

Please sign in to comment.