Hi I have just used your code on a project of mine....
I noticed an issue at line 68 you do not do a return from 'INS' section resulting in an empty data.
Recommend adding to line 69 (Nice):
return parsetest(test[1:], obj)
Thank you for the amazing code saved me a lot of time
:)
Hi I have just used your code on a project of mine....
I noticed an issue at line 68 you do not do a return from 'INS' section resulting in an empty data.
Recommend adding to line 69 (Nice):
return parsetest(test[1:], obj)
Thank you for the amazing code saved me a lot of time
:)