Skip to content
Snippets Groups Projects
Commit 3873fe1c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Merge branch 'beta'

parents 29097930 3c3abc07
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ def convert_dir(inputdir, outputdir, templatedir):
# Find the most recent modification time in output dir
maxouttime = 0
if os.path.isdir(outputdir)
if os.path.isdir(outputdir):
for f in os.listdir(outputdir):
fni = os.path.join(outputdir, f)
if os.path.isfile(fni):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment