From: Richard Kimberly Heck Date: Thu, 12 Sep 2019 00:54:42 +0000 (-0400) Subject: Fix bug #11636. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1528 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=05a446b77c5eaeb8ba1982d900bd3ad6f6689139;p=features.git Fix bug #11636. Directories are created when files are copied, so we do not need to do it prospectively here. --- 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)