now with proper plural :)
This commit is contained in:
parent
498f986de7
commit
4a4ad52ed7
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ def find_record(path, ensemble, correlator_name, code, project=None, parameters=
|
|||
results = _db_lookup(db, ensemble, correlator_name,code, project, parameters=parameters, created_before=created_before, created_after=created_after, updated_before=updated_before, updated_after=updated_after, revision=revision)
|
||||
if code == "sfcf":
|
||||
results = sfcf_filter(results, **kwargs)
|
||||
print("Found " + str(len(results)) + " results")
|
||||
print("Found " + str(len(results)) + " result" + ("s" if len(results)>1 else ""))
|
||||
return results.reset_index()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue