Commit 6744ace2 authored by acpaquette's avatar acpaquette
Browse files

Fixed output from getsn

parent dd356ff4
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);
    }
  }
}