From f15937f13c1d3713fc3fa32f4e1776a730d6aedb Mon Sep 17 00:00:00 2001 From: Rachida Kebichi Date: Mon, 6 Jul 2020 12:42:49 -0400 Subject: [PATCH] Removed not needed extra parenthesis Change-Id: I485c248773e7b0344e754c5ecf3341321216b7b2 --- bin/tblextr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tblextr.py b/bin/tblextr.py index b4ba0d113a..91290eab84 100755 --- a/bin/tblextr.py +++ b/bin/tblextr.py @@ -398,7 +398,7 @@ def fill_api_db(table_name, db, indir, api_name, api_pid, dep_pid, dep_list, dep if found == 1: dep_str = dep_proc[dep_pid] dep_str['from'].append((from_us, thrd_id, stream_id)) - if expl_id: dep_str['id'].append(corr_id)) + if expl_id: dep_str['id'].append(corr_id) # memcopy data if len(copy_raws) != 0: