Update tabwidget.py

This commit is contained in:
evanlee123 2017-12-06 21:35:09 -07:00 committed by GitHub
parent 94809032a4
commit 02b24e8dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ class TabWidget(QTabWidget):
try:
fields['protocol'] = self.tab_url(idx).scheme()
except qtutils.QtValueError:
fields['protocol']= ''
fields['protocol'] = ''
y = tab.scroller.pos_perc()[1]
if y is None: