We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7870fdc commit 564ad75Copy full SHA for 564ad75
1 file changed
src/azure-cli/azure/cli/__main__.py
@@ -103,7 +103,6 @@ def cli_main(cli, args):
103
else:
104
upgrade_exit_code = subprocess.call(cmd, shell=platform.system() == 'Windows')
105
106
- import os
107
devnull = open(os.devnull, 'w')
108
cmd.append('-y')
109
upgrade_exit_code = subprocess.call(cmd, shell=platform.system() == 'Windows', stdout=devnull)
0 commit comments