diff --git a/src/aind_data_access_api/helpers/docdb.py b/src/aind_data_access_api/helpers/docdb.py index 25a75ff..1961d46 100644 --- a/src/aind_data_access_api/helpers/docdb.py +++ b/src/aind_data_access_api/helpers/docdb.py @@ -103,7 +103,8 @@ def get_id_from_name( if len(records) > 1: print( - "Warning: multiple records share the name {name}, only the first record will be returned." + "Warning: multiple records share the name {name}, ", + "only the first record will be returned.", ) if len(records) > 0: