We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0c7d9 commit c7d0946Copy full SHA for c7d0946
services/storage/src/simcore_service_storage/simcore_s3_dsm.py
@@ -530,7 +530,7 @@ async def delete_file(
530
531
async with self.engine.acquire() as conn:
532
file_fmd = await get_fmd(conn, file_id)
533
- if file_fmd and not file_fmd.is_directory:
+ if file_fmd:
534
await db_file_meta_data.delete(conn, [file_id])
535
536
enclosing_dir_file_id = await get_directory_file_id(conn, file_id)
0 commit comments