diff --git a/pephub/routers/api/v1/project.py b/pephub/routers/api/v1/project.py index 099b9487..86311943 100644 --- a/pephub/routers/api/v1/project.py +++ b/pephub/routers/api/v1/project.py @@ -163,7 +163,7 @@ async def update_a_pep( if sample_table_index_col not in sample: raise HTTPException( status_code=400, - detail=f"Sample table does not contain column '{sample_table_index_col}'. Please check sample table", + detail=f"Sample table does not contain sample index column: '{sample_table_index_col}'. Please check sample table", ) if ( sample[sample_table_index_col] is None