Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Sep 4, 2024
1 parent 4397a8d commit be0cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_lims/scripts/run_session_cache_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def main() -> None:
npc_lims.get_codeocean_client().run_capsule(
npc_lims.get_codeocean_client().computations.run_capsule(
RunParams(
capsule_id=NPC_SESSIONS_CACHE_CAPSULE_ID,
data_assets=[],
Expand Down

0 comments on commit be0cebf

Please sign in to comment.