diff --git a/share/qtcreator/debugger/dumper.py b/share/qtcreator/debugger/dumper.py index ad8f4954287..da8c322582b 100644 --- a/share/qtcreator/debugger/dumper.py +++ b/share/qtcreator/debugger/dumper.py @@ -40,8 +40,8 @@ try: # that will never use this. import json except ModuleNotFoundError: - DumperBase.warn("Python module json not found. " - "Native combined debugging might not work.") + print("Python module json not found. " + "Native combined debugging might not work.") pass