Removed f-string

Change-Id: Ie99c43da26ad4f464edafe36886b5ec7c5d54863
This commit is contained in:
Giovanni LB
2023-03-31 11:25:17 -03:00
committed by Ammar ELWazir
parent 720f2fd9df
commit 038aee1b1e
-1
View File
@@ -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