Skip to content

Commit b0db66b

Browse files
committed
Fixing createWebBook.py to work on Windows
1 parent f8e4bf2 commit b0db66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/createWebBook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def clone(el):
277277

278278
with open(destChapterPathTemp, "wb") as file:
279279
file.write(html)
280-
shutil.move(destChapterPathTemp, destChapterPath)
280+
shutil.move(destChapterPathTemp, destChapterPath)
281281

282282

283283

0 commit comments

Comments
 (0)