dmulyalin / ttp

Template Text Parser
MIT License
350 stars 34 forks source link

Self Returner error #63

Closed dmulyalin closed 2 years ago

dmulyalin commented 3 years ago

Self returner throws error image

Need to try and reproduce the problem

dmulyalin commented 3 years ago

image

Ricardo Villarreal
@rvmcinnis
Replying to 
@DMulyalin
while cleaning up the code I was going to upload to the link you sent me I was able to reproduce the code that generates the problem, see below. Do you still want me to upload it to the link you sent me?
I tested the code below against 500+ devices and it is consistently working
dmulyalin commented 2 years ago

That seems to be fixed after making sure that no [] lists and {} dictionaries used as a default arguments in TTP functions.