mirror of
https://git.rtems.org/rtems-tools/
synced 2025-07-23 04:53:17 +08:00
Improve Python 3 compatibility
This commit is contained in:
parent
bae873a5f9
commit
274981f77d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user