microsoft / mdatp-xplat

Microsoft Defender for macOS/Linux - config samples, auxiliary tools
MIT License
187 stars 188 forks source link

Add command result check for python instead of standard output #105

Closed ayush-m closed 1 year ago

ayush-m commented 1 year ago

It is a safe practice to check command return code instead of checking standard output of a command.