mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the != operator.
This commit is contained in:
parent
6e4f5e705e
commit
99eee0e776
@ -466,7 +466,7 @@ class file:
|
||||
#
|
||||
if ifls[0] == '==':
|
||||
istrue = True
|
||||
elif ifls[0] == '==':
|
||||
elif ifls[0] == '!=':
|
||||
istrue = False
|
||||
else:
|
||||
istrue = check_bool(ifls[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user