[DEV] add python parser and start work on the python makefile
This commit is contained in:
@@ -32,7 +32,7 @@ Highlight::Highlight(etk::UString &xmlFilename)
|
||||
{
|
||||
TiXmlDocument XmlDocument;
|
||||
|
||||
etk::FSNode fileName(etk::UString("DATA:") + xmlFilename);
|
||||
etk::FSNode fileName(xmlFilename);
|
||||
if (false == fileName.Exist()) {
|
||||
APPL_ERROR("File Does not exist : " << fileName);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user