Index: /issm/trunk-jpl/src/c/python/io/FetchPythonData.cpp
===================================================================
--- /issm/trunk-jpl/src/c/python/io/FetchPythonData.cpp	(revision 13373)
+++ /issm/trunk-jpl/src/c/python/io/FetchPythonData.cpp	(revision 13374)
@@ -233,5 +233,5 @@
 }
 /*}}}*/
-/*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_args){{{*/
+/*FUNCTION FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){{{*/
 void FetchData(Options** poptions,int istart, int nrhs,PyObject* py_tuple){
 
@@ -249,6 +249,5 @@
 		if(i+1 == nrhs) _error_("Argument " << i+2 << " must exist and be value of option \"" << name << "\".");
 
-//		_pprintLine_("FetchData for Options not implemented yet, ignoring them!");
-		_printf_(1,"FetchData for Options not implemented yet, ignoring option '%s'!",name);
+		_pprintLine_("FetchData for Options not implemented yet, ignoring option \"" << name << "\"!");
 
 //		option=(Option*)OptionParse(name,&PyTuple_GetItem(py_tuple,(Py_ssize_t)(i+1)));
