diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 79980f8f..faeef166 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,8 @@ +7.46.05 + +Fixed bug in `gam print sheet` where an extra line of output +was displayed before the CSV data. + 7.46.04 Added the following command to transfer secondary calendar ownership. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index ffdbccbd..0ca8a343 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.46.04' +__version__ = '7.46.05' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' # pylint: disable=wrong-import-position @@ -72773,7 +72773,7 @@ def infoPrintShowSheets(users): i, count, users = getEntityArgument(users) for user in users: i += 1 - user, sheet, jcount = _validateUserGetSpreadsheetIDs(user, i, count, spreadsheetIdEntity, not FJQC.formatJSON) + user, sheet, jcount = _validateUserGetSpreadsheetIDs(user, i, count, spreadsheetIdEntity, not csvPF and not FJQC.formatJSON) if jcount == 0: continue if showSheetNames: