Replies: 1 comment
-
Hmm... Interesting point. From my perspective, the exception is the most important thing in terms of signaling pass/fail. Looks like that will be thrown with the current code. Adding in a single 'ret = True' after the call to assertValid() shouldn't be a problem. pyucis/src/ucis/xml/__init__.py Lines 45 to 69 in f73a275 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As is, this routine returns None when it returns successful. It returns False when it fails.
Do you wish to maintain this or have it return True/False? I am asking because I want to use this routine with a test of fc4sc.
Beta Was this translation helpful? Give feedback.
All reactions