diff --git a/src/node_app.py b/src/node_app.py index a6dfd602..8d6e40c2 100644 --- a/src/node_app.py +++ b/src/node_app.py @@ -300,7 +300,7 @@ def _gettempdir(self) -> str: # # Paranoid checks # - if type(v) is str: + if type(v) is not str: __class__._raise_bugcheck("os_ops.get_tempdir returned a value with type {}.".format( type(v).__name__, ))