summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDump.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui/CCDump.py')
-rw-r--r--src/Gui/CCDump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py
index 1b06caa..fe90384 100644
--- a/src/Gui/CCDump.py
+++ b/src/Gui/CCDump.py
@@ -63,7 +63,7 @@ class Dump():
return self.uid[CD_CONTENT]
def getCount(self):
- return self.Count[CD_CONTENT]
+ return int(self.Count[CD_CONTENT])
def getExecutable(self):
return self.executable[CD_CONTENT]