add code as find arg

This commit is contained in:
Justus Kuhlmann 2025-05-24 11:39:46 +00:00
parent 0f2e61e600
commit 6268af9afa

View file

@ -91,11 +91,12 @@ def find(
),
ensemble: str = typer.Argument(),
corr: str = typer.Argument(),
code: str = typer.Argument(),
) -> None:
"""
Find a record in the backlog at hand. Through specifying it's ensemble and the measured correlator.
"""
results = find_record(path, ensemble, corr)
results = find_record(path, ensemble, corr, code)
print(results)