Skip to content

Commit

Permalink
Removed f-string
Browse files Browse the repository at this point in the history
Change-Id: Ie99c43da26ad4f464edafe36886b5ec7c5d54863
  • Loading branch information
ApoKalipse-V authored and ammarwa committed Apr 11, 2023
1 parent 720f2fd commit 038aee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/att/trace_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def extract_data(df, output_ui, se_number, code, jumps):
for wave_id in df['id']:
if non_stitched[df['simd'][wave_id]][df['wave_slot'][wave_id]] == 0:
continue
print("Parsing :{se_number}-{df['simd'][wave_id]}-{df['wave_slot'][wave_id]}")
insts, timeline = [], []
if len(df['instructions'][wave_id]) == 0 or len(df['timeline'][wave_id]) == 0:
continue
Expand Down

0 comments on commit 038aee1

Please sign in to comment.