Closed rtrepos closed 11 years ago
I can't merge this patch:
std::string logfilename = utils::Trace::getLogFilename("pyvle.log");
std::ofstream* logfile = new std::ofstream(logfilename.c_str());
(*logfile) << _("Error: pyvle_open whitout the specfication of a package "
"is not possible")
<< "\n\n" << std::flush;
logfile
pointer.$VLE_HOME/pyvle.log
file.return
is missing.So I recommend you to remove this useless function.