Commit 6aa88220 authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Yajun He
Browse files

Update according to MR comment

parent 81b89d34
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));