forked from qt-creator/qt-creator
Debugger: Fix startup when Python's json module is missing
Task-number: QTCREATORBUG-24004 Change-Id: I1c0563868374263f13cec3a8f40138bce71338d6 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -40,7 +40,7 @@ try:
|
||||
# that will never use this.
|
||||
import json
|
||||
except ModuleNotFoundError:
|
||||
DumperBase.warn("Python module json not found. "
|
||||
print("Python module json not found. "
|
||||
"Native combined debugging might not work.")
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user