Skip to content

Commit

Permalink
Merge branch 'main' into wip/update-single-value
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Apr 17, 2024
2 parents e524efa + e76b024 commit 77cb5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp_permissions_scripts/oap/oap_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _update_batch(batch: tuple[Oap, ...], dsp_client: DspClient) -> list[str]:
return failed_iris


def _write_failed_res_iris_to_file(
def _write_failed_iris_to_file(
failed_iris: list[str],
shortcode: str,
host: str,
Expand Down Expand Up @@ -157,7 +157,7 @@ def apply_updated_oaps_on_server(
if failed_iris:
timestamp = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
filename = f"FAILED_RESOURCES_AND_VALUES_{timestamp}.txt"
_write_failed_res_iris_to_file(
_write_failed_iris_to_file(
failed_iris=sorted(failed_iris),
shortcode=shortcode,
host=host,
Expand Down

0 comments on commit 77cb5c0

Please sign in to comment.