Commit 4c915073 authored by acpaquette's avatar acpaquette
Browse files

Fixed output from getsn

parent 38ea66c3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -89,6 +89,11 @@ namespace Isis {
	cout << sn[i][0] << endl;
      }
    }
    if (ui.IsInteractive()) {
      Application::AppendAndLog(sn, log);
    }
    else {
      log->addGroup(sn);
    }
  }
}