Commit 1140762c authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Simon Spannagel
Browse files

Update according to MR comment

(cherry picked from commit 6aa88220)
parent dc7d25f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ Module::createOutputFile(const std::string& pathname, const std::string& extensi
                             << " - this is outside the module output folder";
            }
        }
    
        // Add the file itself - this fully replaces the "file" path in case "path" is absolute:
        file /= (extension.empty() ? path : path.replace_extension(extension));