Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Denis Salem
VenC
Commits
a0d85002
Commit
a0d85002
authored
Jul 13, 2019
by
Denis Salem
Browse files
fix issue 11
parent
dbbf825d
Changes
2
Hide whitespace changes
Inline
Side-by-side
VenC-site/blog_configuration.yaml
View file @
a0d85002
...
...
@@ -15,7 +15,7 @@ code_highlight_css_override: true
markup_language
:
'
Markdown'
path
:
category_directory_name
:
'
{category}'
chapter_directory_name
:
'
{chapter_name}'
chapter_directory_name
:
'
{chapter_
a
name}'
dates_directory_name
:
'
%m-%Y'
entry_file_name
:
index.html
ftp
:
Chemin absolu de votre blog sur l'hôte FTP.
...
...
src/venc2/datastore/__init__.py
View file @
a0d85002
...
...
@@ -405,7 +405,8 @@ class DataStore:
"chapter_index"
:
sub_chapter
.
index
})
except
KeyError
as
e
:
print
(
"Unknown variable"
,
e
)
from
venc2.helpers
import
die
die
(
messages
.
variable_error_in_filename
.
format
(
e
))
output
+=
io
.
format
(
**
{
"index"
:
sub_chapter
.
index
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment