summaryrefslogtreecommitdiff
path: root/tester
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 08:34:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-17 11:36:05 +0100
commit274981f77d648ceb87f84cdeaec33a58dfd37385 (patch)
tree1b13c55de4d562d32efd5fedf82246d59f0dcc62 /tester
parentbae873a5f93ca8746df66045dd265742587e83be (diff)
Improve Python 3 compatibility
Diffstat (limited to 'tester')
-rwxr-xr-xtester/rt/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index c7f6c23..2a38d99 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -284,7 +284,7 @@ class warnings_errors:
common = warnings['common']
for build in builds:
build_warnings = warnings[build]
- if build is not 'common':
+ if build != 'common':
build_warnings = [w for w in build_warnings if w not in common]
s += textbox.row(cols_1,
[' %s : %d warning(s)' % (build,