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 f792069 commit f925784Copy full SHA for f925784
install-qt.py
@@ -6,7 +6,7 @@
6
import sys
7
8
def run(cmd):
9
- print cmd
+ print(cmd)
10
r = os.system(cmd)
11
if r != 0:
12
sys.exit('command %s failed with status %s' % (cmd, r))
0 commit comments