DRESSIPI FIRST PILOT RELEASE (release script update)

This commit is contained in:
Marko Budiselic
2016-11-04 12:05:35 +01:00
parent dba261036b
commit 8362b64e9f
10 changed files with 85 additions and 17 deletions

View File

@@ -190,7 +190,7 @@ public:
auto property_key = t.vertex_property_key(
name_value.first,
name_value.second.key.flags());
if (!element.contains(property_key))
if (!element.properties().contains(property_key))
return false;
auto vertex_property_value = element.at(property_key);
if (!(vertex_property_value == name_value.second))