From 05a446b77c5eaeb8ba1982d900bd3ad6f6689139 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Wed, 11 Sep 2019 20:54:42 -0400 Subject: [PATCH] Fix bug #11636. Directories are created when files are copied, so we do not need to do it prospectively here. --- src/insets/InsetInclude.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 281051541b..0dead76939 100755 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -572,7 +572,6 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const string exppath = incfile; if (!runparams.export_folder.empty()) { exppath = makeAbsPath(exppath, runparams.export_folder).realPath(); - FileName(exppath).onlyPath().createPath(); } // write it to a file (so far the complete file) -- 2.39.2