shakerin / pyland

Simple Way To Create Own Automation Tool
GNU General Public License v3.0
1 stars 0 forks source link

Check the necessity of key_value pair checking in TemplateInfo.py #12

Closed shakerin closed 5 years ago

shakerin commented 5 years ago

the method getGeneratedCode doesn't check if the provided key_value_pair dict contains all the values for necessary keys present in that frame string. It just provides all defaults of key_words to be empty string. This needs to be evaluated, though not high priority. for now, message will be printed

shakerin commented 5 years ago

this issue no more valid. the getGeneratedCode is copied in TemplateLibrary class for easier access. getGeneratedCode from TemplateInfo class will be removed