Skip to content

Commit

Permalink
Fix merge oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
trainman419 committed Nov 4, 2017
1 parent 3c104a7 commit 140fd0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ static PyObject * set_stream_path(PyObject * self, PyObject * args) {
Py_DECREF(arg);
return NULL;
}
#endif
} else if(PyUnicode_Check(arg)) {
// Convert from Unicode to ASCII
PyObject* ascii_arg = PyUnicode_AsASCIIString(arg);
Expand Down

0 comments on commit 140fd0f

Please sign in to comment.