diff --git a/corrlib/cli.py b/corrlib/cli.py index 6c1c3c5..b28692a 100644 --- a/corrlib/cli.py +++ b/corrlib/cli.py @@ -108,8 +108,6 @@ 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: