From 0e7d1371bb63f3c2f2b52528f87fcd52f60dac7f Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Mon, 9 Feb 2015 17:50:28 +0000 Subject: [PATCH] git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6497 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- targets/TEST/OAI/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TEST/OAI/core.py b/targets/TEST/OAI/core.py index 7b3dfecc03..31c920ecc4 100644 --- a/targets/TEST/OAI/core.py +++ b/targets/TEST/OAI/core.py @@ -194,7 +194,7 @@ class core: # 3) raise an error if not found # ************************************************************** def send_expect(self, command, expect, delay = 50, rsp1=None, rsp2=None,debug=0): - if denug : + if debug : print command print expect print delay -- GitLab