Default value for location area

This commit is contained in:
Jay Lee
2017-09-19 17:41:19 -04:00
parent 0327f5c30f
commit 5f28bc82e0

View File

@@ -6822,7 +6822,7 @@ def getUserAttributes(i, cd, updateCmd=False):
if checkClearBodyList(i, body, u'locations'):
i += 1
continue
location = {}
location = {u'area': u'<Not set>'}
while True:
myopt = sys.argv[i].lower()
if myopt == u'type':