From 5f28bc82e0a4d15d60d0f6074c1afcf077f0a408 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 19 Sep 2017 17:41:19 -0400 Subject: [PATCH] Default value for location area --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index 2339fc47..157747e3 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6822,7 +6822,7 @@ def getUserAttributes(i, cd, updateCmd=False): if checkClearBodyList(i, body, u'locations'): i += 1 continue - location = {} + location = {u'area': u''} while True: myopt = sys.argv[i].lower() if myopt == u'type':