mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Removing erroneous import from async_status
This commit is contained in:
committed by
Matt Clay
parent
204e83aeed
commit
2aad8bd882
@@ -79,7 +79,6 @@ def main():
|
|||||||
data = None
|
data = None
|
||||||
try:
|
try:
|
||||||
data = file(log_path).read()
|
data = file(log_path).read()
|
||||||
import q; q(data)
|
|
||||||
data = json.loads(data)
|
data = json.loads(data)
|
||||||
except Exception:
|
except Exception:
|
||||||
if not data:
|
if not data:
|
||||||
|
|||||||
Reference in New Issue
Block a user