From cd9ad067fa58460759d8c1916fae13e6fce7e6de 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 --- bin/rocprofv2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/rocprofv2 b/bin/rocprofv2 index 6d870af6de..8d708317de 100755 --- a/bin/rocprofv2 +++ b/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!"