Spreadsheet: Fixed typo.
This commit is contained in:
parent
45a2207f81
commit
2e5175c7be
|
@ -172,7 +172,7 @@ PyObject* SheetPy::exportFile(PyObject *args)
|
||||||
const char * quoteChar = "\"";
|
const char * quoteChar = "\"";
|
||||||
const char * escapeChar = "\\";
|
const char * escapeChar = "\\";
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "s|sss:importFile", &filename, &delimiter, "eChar, &escapeChar))
|
if (!PyArg_ParseTuple(args, "s|sss:exportFile", &filename, &delimiter, "eChar, &escapeChar))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (getSheetPtr()->exportToFile(filename, delimiter[0], quoteChar[0], escapeChar[0]))
|
if (getSheetPtr()->exportToFile(filename, delimiter[0], quoteChar[0], escapeChar[0]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user