Removed not needed extra parenthesis

Change-Id: I485c248773e7b0344e754c5ecf3341321216b7b2


[ROCm/rocprofiler commit: f15937f13c]
This commit is contained in:
Rachida Kebichi
2020-07-06 12:42:49 -04:00
parent 4187f10eb3
commit 03b77328c4
+1 -1
View File
@@ -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: