Merge branch 'development' into feature/recent

This commit is contained in:
blitzmann
2017-04-26 18:51:46 -04:00
2 changed files with 3 additions and 5 deletions

View File

@@ -1381,7 +1381,7 @@ class ItemProperties(wx.Panel):
else:
attrName = name.title()
value = getattr(self.item, name)
except Exception as e:
except:
# TODO: Add logging to this.
# We couldn't get a property for some reason. Skip it for now.
continue