Force args for DB name to string #76

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: ab5b34d899]
This commit is contained in:
coleramos425
2023-01-27 10:35:49 -06:00
parent 009e991b6d
commit 85fbe9dc8b
@@ -142,7 +142,7 @@ def parse(args, profileAndExport):
print("Unable to parse SoC or workload name from sysinfo.csv")
sys.exit(1)
db = "omniperf_" + args.team + "_" + name + "_" + soc
db = "omniperf_" + str(args.team) + "_" + str(name) + "_" + soc
if Extractionlvl >= 5:
print("KernelName shortening disabled")