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:
parent
c24c21f890
commit
940f665b54
6 changed files with 59 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue