Ext: Removed UUID from hook script

This commit is contained in:
Paul Beckingham 2016-06-05 14:29:18 -04:00 committed by Thomas Lauf
parent 7f439e20ee
commit 35530d75e4

View file

@ -42,7 +42,7 @@ new = json.loads(sys.stdin.readline())
print(json.dumps(new))
# Extract attributes for use as tags.
tags = [new['uuid'], new['description']]
tags = [new['description']]
if 'project' in new:
tags.append(new['project'])