Also skip IE in reset_browsers and user_checklist
* More fixes for issue #59
This commit is contained in:
parent
2bde723c43
commit
ead4715c38
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
# Scan for supported browsers
|
# Scan for supported browsers
|
||||||
print_info('Scanning for browsers')
|
print_info('Scanning for browsers')
|
||||||
scan_for_browsers()
|
scan_for_browsers(skip_ie=True)
|
||||||
|
|
||||||
# Homepages
|
# Homepages
|
||||||
print_info('Current homepages')
|
print_info('Current homepages')
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
# Scan for supported browsers
|
# Scan for supported browsers
|
||||||
print_info('Scanning for browsers')
|
print_info('Scanning for browsers')
|
||||||
scan_for_browsers()
|
scan_for_browsers(skip_ie=True)
|
||||||
|
|
||||||
# Homepages
|
# Homepages
|
||||||
if not D7_MODE:
|
if not D7_MODE:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue