diff options
| author | David Schulz <david.schulz@qt.io> | 2025-01-09 14:06:45 +0100 |
|---|---|---|
| committer | David Schulz <david.schulz@qt.io> | 2025-01-09 13:49:34 +0000 |
| commit | 8e20bc4c74aed1ff6f18f5556149cad6c4f7e011 (patch) | |
| tree | b6e7ac5dbb63620ad43042974b8d665dd3c5e3f9 /src/plugins/python/pythonrunconfiguration.cpp | |
| parent | 3cb772cad88adf1c4d0a548631d3f7dcad95cd69 (diff) | |
Python: initialize output parser exception state
Fixes: QTCREATORBUG-32214
Change-Id: Ied5aafad78b767b7cb5e2c9414de1cfa72d53358
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.cpp')
| -rw-r--r-- | src/plugins/python/pythonrunconfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.cpp b/src/plugins/python/pythonrunconfiguration.cpp index e8f6719a0ab..cfd7ceb01f9 100644 --- a/src/plugins/python/pythonrunconfiguration.cpp +++ b/src/plugins/python/pythonrunconfiguration.cpp @@ -96,7 +96,7 @@ private: const QRegularExpression filePattern; QList<Task> m_tasks; - bool m_inTraceBack; + bool m_inTraceBack = false; }; // RunConfiguration |
