Closed Dynatrace-James-Kitson closed 2 years ago
https://github.com/Dynatrace/dynatrace-api/blob/44a70ef0fc75c67cdd47c19eccbe2c14335517f7/third-party-synthetic/active-gate-extensions/extension-third-party-linux-commands/src/remote_client.py#L112
Where the return statement is means that no matter how many lines of output there is only one line will be evaluated.
I'll plan on fixing this.
https://github.com/Dynatrace/dynatrace-api/blob/44a70ef0fc75c67cdd47c19eccbe2c14335517f7/third-party-synthetic/active-gate-extensions/extension-third-party-linux-commands/src/remote_client.py#L112
Where the return statement is means that no matter how many lines of output there is only one line will be evaluated.