diff --git a/src/aeros_project/service.py b/src/aeros_project/service.py index bb64823..c57724d 100644 --- a/src/aeros_project/service.py +++ b/src/aeros_project/service.py @@ -46,6 +46,7 @@ async def import_aro_project(*, db_session: DbSession, aeros_project_in: AerosPr detail="Invalid file type. Allowed: application/octet-stream" ) + # Get filename filename_without_ext = os.path.splitext(clean_filename)[0]