We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6deaf8 commit 92aa623Copy full SHA for 92aa623
1 file changed
tools/build_distrib.py
@@ -379,7 +379,7 @@ def uninstall_cefpython3_packages(pythons):
379
.format(python=python["executable"]))
380
try:
381
output = subprocess.check_output(command, shell=True)
382
- except subprocess.CalledProcessError, exc:
+ except subprocess.CalledProcessError as exc:
383
# pip show returns error code when package is not installed
384
output = exc.output
385
if not len(output.strip()):
0 commit comments