From: Adam Israel Date: Wed, 29 Jan 2020 14:35:35 +0000 (-0500) Subject: Fix bug 1002 X-Git-Tag: release-v8.0-start~40 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=3419aba44ae1829dab01b9eceb39a0425e8af973;hp=3419aba44ae1829dab01b9eceb39a0425e8af973 Fix bug 1002 This patch fixes bug 1002 by using the async-friendly `asyncio.create_subprocess_exec` instead of `subprocess.run`. Change-Id: Ie290e3f879ee83345c0b783116ef2f1e8982e537 Signed-off-by: Adam Israel ---