diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 05ab8ca6..6afe2b06 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,8 @@ +7.17.03 + +Fixed bug in gam print|show chatspaces asadmin fields ` that caused a trap +when `isplayname` was not in ``. + 7.17.02 Updated `gam print|show webmastersites` to handle the following error diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 6bd8e891..229ff8ad 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.17.02' +__version__ = '7.17.03' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position @@ -26940,7 +26940,7 @@ def printShowChatSpaces(users): substituteQueryTimes(queries, queryTimes) pfilter = kwargsCS['query'] = queries[0] kwargsCS['useAdminAccess'] = True - sortName = 'displayName' + sortName = 'displayName' if 'displayName' in fieldsList else 'name' else: sortName = 'name' for user in users: