Removed not needed extra parenthesis

Change-Id: I485c248773e7b0344e754c5ecf3341321216b7b2
This commit is contained in:
Rachida Kebichi
2020-07-06 12:42:49 -04:00
rodzic f6e42f2614
commit f15937f13c
+1 -1
Wyświetl plik
@@ -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: