You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.debug(f"Concatenated result together for easier parsing: {result}")
32
+
# if you prepend SilentlyContinue it will still output the error, but it will still continue on (so it's not silent...)
32
33
if"Preparing modules for first use"inresultand"Completed"notinresult:
33
34
self.logger.error("Error when executing PowerShell (received 'preparing modules for first use'), try prepending $ProgressPreference = 'SilentlyContinue'; to your command")
0 commit comments