allow location clear

This commit is contained in:
Jay Lee
2017-09-13 12:35:50 -04:00
parent 02aae0d351
commit 7710578a3c

View File

@@ -6787,6 +6787,9 @@ def getUserAttributes(i, cd, updateCmd=False):
body[u'notes'] = note
elif myarg == u'location':
i += 1
if checkClearBodyList(i, body, u'locations'):
i += 1
continue
location = {}
while True:
myopt = sys.argv[i].lower()