Skip to content
Snippets Groups Projects
Commit c2311b64 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

Gitlab CI: minor fix for bandrich UE config

parent f6e4cc2b
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,7 @@ def send_command (cmd, response, timeout):
error = error + ' In function: ' + sys._getframe().f_code.co_name + ': *** Caught exception: ' + str(e.__class__) + " : " + str( e)
error = error + traceback.format_exc()
print error
time.sleep(1)
def start_ue () :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment