diff --git a/targets/TEST/OAI/core.py b/targets/TEST/OAI/core.py index 7b3dfecc0355626e66bf749001d88d452c89dcfc..31c920ecc40dacabf4afde2ac2766b7b2054d026 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