Add a new module for a document build class

This commit is contained in:
Veronica Berglyd Olsen
2022-12-01 16:12:25 +01:00
parent 347266a9bd
commit 25f6234cf0
4 changed files with 93 additions and 1 deletions
+1 -1
View File
@@ -682,7 +682,7 @@ class GuiBuildNovel(QDialog):
return
def _doBuild(self, bldObj, isPreview=False, doConvert=True):
"""Rund the build with a specific build object.
"""Run the build with a specific build object.
"""
tStart = int(time())