Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75ed5f7

Browse files
committed
Fixes #1309
1 parent 2afb568 commit 75ed5f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/takeover/udf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@ def udfInjectCustom(self):
361361
warnMsg += "<= %d are allowed" % len(udfList)
362362
logger.warn(warnMsg)
363363

364+
if not isinstance(choice, int):
365+
break
366+
364367
cmd = ""
365368
count = 1
366369
udfToCall = udfList[choice - 1]

0 commit comments

Comments
 (0)