Commit b17a8898 authored by Kristin Berry's avatar Kristin Berry
Browse files

Removed accidently added backtick from ProcessExportPds4

parent 284042eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ namespace Isis {
    FileName outputFile(outFile);

    // Name for output label
`   QString path(outputFile.originalPath());
    QString path(outputFile.originalPath());
    QString name(outputFile.baseName());
    QString labelName = path + "/" + name + ".xml";