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
|
||||
print_info('Scanning for browsers')
|
||||
scan_for_browsers()
|
||||
scan_for_browsers(skip_ie=True)
|
||||
|
||||
# Homepages
|
||||
print_info('Current homepages')
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ if __name__ == '__main__':
|
|||
|
||||
# Scan for supported browsers
|
||||
print_info('Scanning for browsers')
|
||||
scan_for_browsers()
|
||||
scan_for_browsers(skip_ie=True)
|
||||
|
||||
# Homepages
|
||||
if not D7_MODE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue