Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/src/tcf/services/breakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/tcf/services/breakpoints.py b/python/src/tcf/services/breakpoints.py
index 9a504e539..89ec1e0e9 100644
--- a/python/src/tcf/services/breakpoints.py
+++ b/python/src/tcf/services/breakpoints.py
@@ -787,7 +787,7 @@ class BreakpointInstance(object):
.. seealso:: |Types|
"""
- return self._properties.get(INSTANCE_SIZE, None)
+ return self._properties.get(INSTANCE_TYPE, None)
class BreakpointStatus(object):

Back to the top