Skip to content

async function PACS_retrieveExec does not make awaited calls #22

@jennydaman

Description

@jennydaman

async def PACS_retrieveExec(

The function PACS_retrieveExec is called on POST /PACS/thread/pypx/ here:

b_usePythonAPI = False
b_useCLI = True
if b_usePythonAPI and not b_useCLI:
return await PACS_serviceThreaded(
PACSservice,
listenerService,
PACSdirective
)
if b_useCLI and not b_usePythonAPI:
return await PACS_retrieveExec(
PACSservice,
listenerService,
PACSdirective
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions