diff --git a/projects/rocprofiler/bin/tblextr.py b/projects/rocprofiler/bin/tblextr.py index 945be6a874..baff8eb24d 100755 --- a/projects/rocprofiler/bin/tblextr.py +++ b/projects/rocprofiler/bin/tblextr.py @@ -566,7 +566,7 @@ begin_ts_file = indir + '/begin_ts_file.txt' if os.path.isfile(begin_ts_file): with open(begin_ts_file, mode='r') as fd: START_US=int(fd.readline()) / 1000 - print('Appilcation START-ts found (' + START_US + 'us)') + print('Appilcation START-ts found (' + str(START_US) + 'us)') if re.search(r'\.csv$', outfile): csvfile = outfile