Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
27ccefbf0f
python_apps/pypo
|
@ -136,7 +136,7 @@ class PypoFetch(Thread):
|
|||
try:
|
||||
lock.acquire()
|
||||
tn = telnetlib.Telnet(LS_HOST, LS_PORT)
|
||||
self.logger.info(command)
|
||||
logger.info(command)
|
||||
tn.write(command)
|
||||
tn.write('exit\n')
|
||||
tn.read_all()
|
||||
|
|
|
@ -10,7 +10,6 @@ telnet_lock = Lock()
|
|||
pp = PypoPush(pypoPush_q, telnet_lock)
|
||||
|
||||
def test_modify_cue_in():
|
||||
|
||||
link = pp.modify_first_link_cue_point([])
|
||||
assert len(link) == 0
|
||||
|
||||
|
@ -25,5 +24,3 @@ def test_modify_cue_in():
|
|||
link = pp.modify_first_link_cue_point(link)
|
||||
assert len(link) == 1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue