From e8aeccad9f9fc89706b5b51c276fbf8dce1900c2 Mon Sep 17 00:00:00 2001
From: hardy <remi.hardy@openairinterface.org>
Date: Mon, 9 Nov 2020 15:45:09 +0100
Subject: [PATCH] fix typo

---
 ci-scripts/ran.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-scripts/ran.py b/ci-scripts/ran.py
index 9c2e2b423a8..d38ce4df254 100644
--- a/ci-scripts/ran.py
+++ b/ci-scripts/ran.py
@@ -897,7 +897,7 @@ class RANManagement():
 			#FR1 NSA test : add new markers to make sure gNB is used
 			if NSA_RAPROC_PUSCH_check:
 				statMsg = '[RAPROC] PUSCH with TC_RNTI message check for ' + nodeB_prefix + 'NB : PASS '
-			else
+			else:
 				statMsg = '[RAPROC] PUSCH with TC_RNTI message check for ' + nodeB_prefix + 'NB : FAIL '
 			logging.debug('\u001B[1;30;43m ' + statMsg + ' \u001B[0m')
 			htmleNBFailureMsg += statMsg + '\n'	
-- 
GitLab