Commit b3f4ef01 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

PROG: Modified XmlTranslationManager to trim input values prior to translation.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7396 41f8697f-d340-4b68-9986-7bafba869bb8
parent 555cc954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ namespace Isis {
    if (isDebug) {
          cout << endl << "Translating input value: " << inputValue << endl;
        }
    return PvlTranslationTable::Translate(outputName, inputValue);
    return PvlTranslationTable::Translate(outputName, inputValue.)trimmed();
    }
    catch (IException &e){
      QString msg = "Failed to translate output value for [" + outputName + "].";