Loading src/yapsut/template_subs.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class templateFiller: if not self.isfilled() : raise Exception('Error, not all the keywords are filled') # tout=template tout=self.template for ik,k in enumerate(self._k) : keyName=self._kfill[ik] tout=tout.replace(keyName,self._d[k]) Loading Loading
src/yapsut/template_subs.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class templateFiller: if not self.isfilled() : raise Exception('Error, not all the keywords are filled') # tout=template tout=self.template for ik,k in enumerate(self._k) : keyName=self._kfill[ik] tout=tout.replace(keyName,self._d[k]) Loading