No longer have to specify the Asyn Port Name

This commit is contained in:
2024-11-05 15:00:45 +01:00
parent 044a181ed0
commit fba7487f88
6 changed files with 15 additions and 16 deletions

View File

@ -96,7 +96,7 @@ def test(prefix, name):
line = stdqueue.get()
print(line)
if line == 'iocRun: All initialization complete':
if 'iocRun: All initialization complete' in line:
break # IOC is now running
testCanCount(prefix, name)