Fix python check#304
Conversation
|
Hi @lucasmlp, Thanks for the PR. However, we cannot accept it in its current form, it's missing DCO (developer's certificate of origin, i.e., Also, in general, OVN usually expects contributions in the form of patches on the A full description on how to contribute to OVN is here: For posting patches to the mailing list, this section is the most relevant: If for some reason you have issues sending the fix as a patch email to the dev list please let me know and I can try to assist. In particular for this PR I'd recommend at least updating the commit log with DCO (Signed-off-by: ...) and running checkpatch.py, e.g., on your branch Regards, |
Relates to #303