Skip to content

Commit

Permalink
check if version was recieved
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin committed Feb 22, 2020
1 parent 1bcfe2c commit b240361
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ def _find_qt_version(self):
subP.kill()

qt_version = str(ret[:-2], 'utf-8')

if '14' in qt_version:
pass
else:
qt_version = ''
self.bootValue(qt_version)

def bootValue(self, value):
Expand Down

0 comments on commit b240361

Please sign in to comment.