hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
Showing only changes of commit 4c2e9d9e15 - Show all commits

View File

@ -64,6 +64,7 @@ HRESULT Epython_register_constants(PyObject *module, PCREGCONSTANT const_table)
} }
if (!rc) if (!rc)
{ {
Log(LERROR, "Failed to register constant %s", const_table[i].name);
hr = E_FAIL; hr = E_FAIL;
break; break;
} }