server/app/endpoints/confluence_archive.py [159:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ),
        stdout=asyncio.subprocess.PIPE,
        stderr=asyncio.subprocess.PIPE,
    )
    _stdout, _stderr = await proc.communicate()
    assert proc.returncode == 0, CONFLUENCE_ERROR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



server/app/endpoints/confluence_archive.py [178:183]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ),
        stdout=asyncio.subprocess.PIPE,
        stderr=asyncio.subprocess.PIPE,
    )
    _stdout, _stderr = await proc.communicate()
    assert proc.returncode == 0, CONFLUENCE_ERROR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



