From 11acda6290b03f41b7d97d8183d72283d6893bb0 Mon Sep 17 00:00:00 2001 From: Giovanni LB Date: Wed, 24 May 2023 00:28:25 -0300 Subject: [PATCH] SWDEV-401887: Removed output folder sent to att.py Change-Id: I3e09c1ead9c24a5fd03cd26e4bee18d580a2f377 [ROCm/rocprofiler commit: cd9ad067fa58460759d8c1916fae13e6fce7e6de] --- projects/rocprofiler/bin/rocprofv2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/rocprofiler/bin/rocprofv2 b/projects/rocprofiler/bin/rocprofv2 index 6d870af6de..8d708317de 100755 --- a/projects/rocprofiler/bin/rocprofv2 +++ b/projects/rocprofiler/bin/rocprofv2 @@ -294,9 +294,6 @@ fi if [ -n "$ATT_PATH" ]; then if [ -n "$ATT_ARGV" ]; then - if [ -n "$OUTPUT_PATH" ]; then - ATT_ARGV="$ATT_ARGV -o $OUTPUT_PATH" - fi eval "python3 $ATT_PATH $ATT_ARGV" elif [ ! -n "$PMC_LINES" ]; then echo "ATT File is required!"