Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
YAPSUT
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michele Maris
YAPSUT
Commits
510e8756
Commit
510e8756
authored
2 years ago
by
Michele Maris
Browse files
Options
Downloads
Plain Diff
u
parents
23d7e3a0
290e1038
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/yapsut/template_subs.py
+4
-0
4 additions, 0 deletions
src/yapsut/template_subs.py
with
4 additions
and
0 deletions
src/yapsut/template_subs.py
+
4
−
0
View file @
510e8756
...
@@ -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
>>>>>>>
290e1038
d5d1ec3c06881a87ca11cdeac5ef32ae
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
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment