Sebastian Bachmann
19d090fe77
Resolve SyntaxWarning literal comparison in py3.8
...
Comparison with literals should be done using != and == and not 'is
not' and 'is'.
Found the files using:
find . -name \*.py -exec pylint --disable=all --enable=R0123 --score=no {} \;
Python 3.8 prints out SyntaxWarnings when reading the files, this
would happen for example on every installation.
2020-04-13 11:40:16 +02:00
..
2020-04-01 13:27:27 +02:00
2020-04-10 14:31:14 +02:00
2020-04-07 18:17:03 +02:00
2020-04-13 11:39:14 +02:00
2020-02-07 07:34:49 -05:00
2020-04-13 11:38:25 +02:00
2020-03-05 11:58:03 -03:00
2020-04-13 11:40:16 +02:00
2020-03-23 12:14:33 +01:00
2020-03-26 15:25:40 +01:00
2020-02-15 19:32:58 +01:00
2020-03-24 11:14:24 +01:00
2020-04-08 15:54:24 +02:00
2020-03-05 11:58:03 -03:00
2020-03-05 11:58:03 -03:00
2020-04-06 14:33:26 -05:00
2020-04-07 19:38:01 +02:00
2020-04-07 22:17:37 -05:00
2020-03-05 11:58:03 -03:00
2020-03-05 11:58:03 -03:00
2020-03-26 15:25:40 +01:00
2020-03-26 15:25:40 +01:00
2020-03-26 15:25:40 +01:00
2020-03-05 11:58:03 -03:00
2020-04-07 17:05:37 +02:00
2020-04-07 18:17:03 +02:00
2020-03-19 14:25:03 +01:00
2020-03-06 14:50:35 +01:00
2020-04-12 08:40:28 -04:00
2020-03-21 18:33:08 +01:00
2020-03-05 11:58:03 -03:00
2020-03-05 11:58:03 -03:00
2020-03-06 14:50:35 +01:00