Skip to content

Commit 00f156a

Browse files
committed
remove extra managed directory copying
1 parent 684ed2a commit 00f156a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pretext/project/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -790,11 +790,6 @@ def build(
790790
method=self.latex_engine,
791791
outputs="prebuild",
792792
)
793-
utils.manage_directories(
794-
self.output_dir_abspath(),
795-
external_abs=self.external_dir_abspath(),
796-
generated_abs=self.generated_dir_abspath(),
797-
)
798793
elif self.format == Format.EPUB:
799794
utils.mjsre_npm_install()
800795
core.epub(

0 commit comments

Comments
 (0)