diff options
Diffstat (limited to 'solenv/gdb/boost/unordered.py')
-rw-r--r-- | solenv/gdb/boost/unordered.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gdb/boost/unordered.py b/solenv/gdb/boost/unordered.py index 2c56721857b8..1348ce9bbec7 100644 --- a/solenv/gdb/boost/unordered.py +++ b/solenv/gdb/boost/unordered.py @@ -94,7 +94,7 @@ printer = None def build_pretty_printers(): global printer - if printer != None: + if printer is not None: return printer = printing.Printer("boost.unordered") |