Migrate scripts from spinal.walk_generator to spinal.walk.
This commit is contained in:
parent
6a2aa792ec
commit
f7ca8b74bf
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ def write_rss():
|
|||
################################################################################
|
||||
ARTICLES = {
|
||||
file: Article(file)
|
||||
for file in spinal.walk_generator(WRITING_ROOTDIR)
|
||||
for file in spinal.walk(WRITING_ROOTDIR)
|
||||
if file.extension == 'md' and file.parent != WRITING_ROOTDIR
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue