vle-forge / pyvle

Python wrapper
GNU General Public License v3.0
1 stars 4 forks source link

update: according the new API of Package #4

Closed rtrepos closed 11 years ago

rtrepos commented 11 years ago
quesnel commented 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;

So I recommend you to remove this useless function.