Compare commits
2 commits
e3be65beec
...
8ff555a639
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ff555a639 | |||
|
7275fdd4f3 |
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ def find(
|
|||
Find a record in the backlog at hand. Through specifying it's ensemble and the measured correlator.
|
||||
"""
|
||||
results = find_record(path, ensemble, corr, code)
|
||||
if results.empty:
|
||||
return
|
||||
if arg == 'all':
|
||||
print(results)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue