mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
fixed #14 totally
This commit is contained in:
parent
e1ef52ad69
commit
dec4e24bf4
@ -278,6 +278,8 @@ local function make_epub(config)
|
||||
end
|
||||
|
||||
local function rm_html_files(config)
|
||||
os.execute("sleep 1") -- attempt to fix #14
|
||||
|
||||
for section = config.sections.start, config.sections.finish do
|
||||
local section_dir = "Sections" .. path_separator .. tostring(section)
|
||||
os.execute("rm " .. section_dir .. ".html")
|
||||
|
Loading…
Reference in New Issue
Block a user