Fix lint.
This commit is contained in:
parent
4dee427f0e
commit
3bfcfaba4c
@ -35,6 +35,7 @@ import urllib
|
|||||||
|
|
||||||
PYQT_VERSION = '5.4.2'
|
PYQT_VERSION = '5.4.2'
|
||||||
|
|
||||||
|
|
||||||
def apt_get(args):
|
def apt_get(args):
|
||||||
subprocess.check_call(['sudo', 'apt-get', '-y', '-q'] + args)
|
subprocess.check_call(['sudo', 'apt-get', '-y', '-q'] + args)
|
||||||
|
|
||||||
@ -99,6 +100,7 @@ else:
|
|||||||
file=sys.stderr)
|
file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
print("Checking setup...")
|
print("Checking setup...")
|
||||||
subprocess.check_call(['python3', '-c', 'import PyQt5'])
|
subprocess.check_call(['python3', '-c', 'import PyQt5'])
|
||||||
subprocess.check_call(['python3', '-c', 'import sip'])
|
subprocess.check_call(['python3', '-c', 'import sip'])
|
||||||
|
Loading…
Reference in New Issue
Block a user