Fixed int instead of str in ThreadedShowSyncInfo()

This commit is contained in:
tomkat83 2016-01-07 20:36:20 +01:00
parent 194467091a
commit b3f588fd71

View file

@ -160,7 +160,7 @@ class ThreadedShowSyncInfo(threading.Thread):
processLock = self.locks[1]
self.dialog.create(
self.addonName + ": Sync " + self.viewName +
': ' + total + 'items',
': ' + str(total) + 'items',
"Starting"
)
global getMetadataCount