Stefan Hajnoczi
403e11edbf
trace: avoid "is" with a literal Python 3.8 warnings
...
The following statement produces a SyntaxWarning with Python 3.8:
if len(format) is 0:
scripts/tracetool/__init__.py:459: SyntaxWarning: "is" with a literal. Did you mean "=="?
Use the conventional len(x) == 0 syntax instead.
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191010122154.10553-1-stefanha@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2019-10-15 09:47:16 +01:00
..
2018-11-19 10:08:19 -06:00
2019-10-04 18:49:19 +02:00
2019-06-12 13:20:20 +02:00
2019-09-28 17:17:48 +02:00
2018-08-23 18:46:25 +02:00
2019-03-12 08:04:22 +01:00
2019-07-01 19:02:10 -03:00
2019-10-15 09:47:16 +01:00
2018-07-05 15:59:41 +01:00
2018-06-08 14:39:24 -03:00
2019-01-17 17:52:40 -02:00
2016-12-20 21:52:12 +01:00
2019-01-17 17:52:40 -02:00
2019-07-23 15:53:25 +01:00
2019-09-05 14:27:06 +01:00
2019-06-12 13:20:20 +02:00
2016-10-28 18:17:23 +03:00
2019-03-22 16:18:07 +00:00
2019-05-07 12:55:02 +01:00
2018-07-05 15:09:52 +02:00
2019-07-15 20:58:37 +02:00
2019-08-19 08:13:14 -07:00
2019-07-01 19:02:10 -03:00
2017-05-10 10:19:24 +03:00
2019-02-06 15:51:12 +01:00
2013-09-09 14:17:56 -05:00
2016-06-07 18:19:23 +03:00
2019-01-11 15:46:55 +01:00
2018-11-12 11:26:02 +00:00
2018-10-16 18:34:19 +02:00
2019-09-24 14:07:22 +02:00
2017-12-20 09:04:27 +01:00
2019-10-07 14:54:45 +02:00
2019-08-21 16:29:57 +02:00
2018-03-02 13:14:09 -06:00
2018-08-17 13:56:33 +02:00
2019-03-11 16:55:52 +01:00
2019-01-24 14:16:56 +00:00
2019-01-24 14:16:56 +00:00
2013-09-30 09:44:35 +02:00
2019-07-01 19:02:10 -03:00
2019-01-17 17:52:40 -02:00
2017-05-10 10:19:24 +03:00
2018-10-16 18:34:19 +02:00
2018-06-08 14:39:24 -03:00
2019-01-17 17:52:40 -02:00
2017-05-10 10:19:24 +03:00
2019-02-05 16:50:16 +01:00
2019-02-05 16:50:16 +01:00
2019-01-21 15:49:51 -06:00
2019-01-17 17:52:40 -02:00
2019-05-21 16:56:30 +02:00
2018-06-08 14:39:24 -03:00