1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00

tox.ini and py35 support, fix linting errors

This commit is contained in:
holger krekel 2018-09-07 18:30:39 +02:00
parent c24c21f890
commit 940f665b54
6 changed files with 59 additions and 17 deletions

View file

@ -17,7 +17,7 @@ def read_event_defines():
if len(parts) >= 3:
if parts[1].startswith("DC_EVENT"):
try:
val = int(parts[2])
int(parts[2])
except ValueError:
continue
yield line