Skip to content
Snippets Groups Projects
Commit 510e8756 authored by Michele Maris's avatar Michele Maris
Browse files

u

parents 23d7e3a0 290e1038
Branches master
No related tags found
No related merge requests found
...@@ -110,7 +110,11 @@ class templateFiller: ...@@ -110,7 +110,11 @@ class templateFiller:
if not self.isfilled() : if not self.isfilled() :
raise Exception('Error, not all the keywords are filled') raise Exception('Error, not all the keywords are filled')
# #
<<<<<<< HEAD
tout=self._t tout=self._t
=======
tout=self.template
>>>>>>> 290e1038d5d1ec3c06881a87ca11cdeac5ef32ae
for ik,k in enumerate(self._k) : for ik,k in enumerate(self._k) :
keyName=self._kfill[ik] keyName=self._kfill[ik]
tout=tout.replace(keyName,self._d[k]) tout=tout.replace(keyName,self._d[k])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment