From e3ad108c914c2b4fdcb58d2d6bc284257d21226b Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 11 Jun 2026 07:52:46 -0700 Subject: [PATCH] Fixed bug in `gam issuecommand command ... csv` --- src/GamUpdate.txt | 7 +++++++ src/gam/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 7e61f516..95450dc2 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,10 @@ +7.46.01 + +Fixed bug in `gam issuecommand command ... csv` where +command execution status lines were improperly indented. + +Upgraded to Python 3.14.6. + 7.46.00 Added commands to create, update and delete Cloud Identity policies for data loss prevention (DLP) rules and detectors. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 7ad0a52c..b1ba0c16 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.00' +__version__ = '7.46.01' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' # pylint: disable=wrong-import-position @@ -24392,7 +24392,7 @@ def displayCrOSCommandResult(cd, deviceId, commandId, checkResultRetries, i, cou if addCSVData: result.update(addCSVData) csvPF.WriteRowTitles(flattenJSON(result, timeObjects=CROS_COMMAND_TIME_OBJECTS)) - return + break showJSON(None, result, timeObjects=CROS_COMMAND_TIME_OBJECTS) state = result.get('state') if state in CROS_COMMAND_FINAL_STATES: