Skip to content

Commit

Permalink
Merge branch 'edge' into app_odd-choose-language-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthagen committed Oct 23, 2024
2 parents 3f9e4d4 + 7ae1d56 commit 15321d1
Show file tree
Hide file tree
Showing 188 changed files with 7,713 additions and 2,866 deletions.
11 changes: 11 additions & 0 deletions abr-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,14 @@ push-no-restart-ot3: sdist Pipfile.lock

.PHONY: push-ot3
push-ot3: push-no-restart-ot3

.PHONY: abr-setup
abr-setup:
$(python) abr_testing/tools/abr_setup.py

.PHONY: simulate
PROTOCOL_DIR := abr_testing/protocols
SIMULATION_TOOL := protocol_simulation/abr_sim_check.py
EXTENSION := .py
simulate:
$(python) $(SIMULATION_TOOL)
1 change: 1 addition & 0 deletions abr-testing/abr_testing/automation/google_sheets_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def column_letter_to_index(column_letter: str) -> int:
self.spread_sheet.batch_update(body=body)
except gspread.exceptions.APIError as e:
print(f"ERROR MESSAGE: {e}")
raise

def update_cell(
self, sheet_title: str, row: int, column: int, single_data: Any
Expand Down
Loading

0 comments on commit 15321d1

Please sign in to comment.