Fix visual indent error.

This commit is contained in:
Josh Matthews 2019-11-22 14:34:26 -05:00 committed by GitHub
parent 804780f933
commit 41d1ecac64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,8 @@ with open(sys.argv[1]) as f:
thread = None
else:
if ("action" in entry and
entry["action"] == "test_start" and
entry["test"] == sys.argv[2]):
entry["action"] == "test_start" and
entry["test"] == sys.argv[2]):
thread = entry["thread"]
print(json.dumps(entry))
elif (full_search and