Fix wo_ouputhandler

This commit is contained in:
VirtuBox
2019-10-30 05:26:44 +01:00
parent 97fd871ede
commit 1ce64e62df
2 changed files with 25 additions and 37 deletions

View File

@@ -19,4 +19,3 @@ class WOOutputHandler(MustacheOutputHandler):
return open(full_path, encoding='utf-8', mode='r').read()
else:
continue
return 1