SWDEV-401887: Removed output folder sent to att.py

Change-Id: I3e09c1ead9c24a5fd03cd26e4bee18d580a2f377
This commit is contained in:
Giovanni LB
2023-05-24 00:28:25 -03:00
والد 3368b7483f
کامیت cd9ad067fa
-3
مشاهده پرونده
@@ -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!"