commit 05a446b77c5eaeb8ba1982d900bd3ad6f6689139
Author: Richard Kimberly Heck <[email protected]>
Date:   Wed Sep 11 20:54:42 2019 -0400

    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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp
index 2810515..0dead76 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)

Reply via email to