File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
services/web/server/src/simcore_service_webserver/storage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ async def compute_path_size(request: web.Request) -> web.Response:
191191 )
192192
193193 rabbitmq_rpc_client = get_rabbitmq_rpc_client (request .app )
194- async_job = await remote_compute_path_size (
194+ async_job , _ = await remote_compute_path_size (
195195 rabbitmq_rpc_client ,
196196 user_id = req_ctx .user_id ,
197197 product_name = req_ctx .product_name ,
@@ -503,7 +503,6 @@ async def get_async_jobs(request: web.Request) -> web.Response:
503503@permission_required ("storage.files.*" )
504504@handle_data_export_exceptions
505505async def get_async_job_status (request : web .Request ) -> web .Response :
506-
507506 class _PathParams (BaseModel ):
508507 job_id : UUID
509508
You can’t perform that action at this time.
0 commit comments