Fix D7_MODE logic in reset_browsers.py
This commit is contained in:
parent
712eeff79e
commit
c16a540b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ if __name__ == '__main__':
|
||||||
}}
|
}}
|
||||||
|
|
||||||
# Bail early
|
# Bail early
|
||||||
if not D7_MODE or ask('Reset browsers to safe defaults first?'):
|
if D7_MODE or ask('Reset browsers to safe defaults first?'):
|
||||||
exit_script()
|
exit_script()
|
||||||
|
|
||||||
# Scan for supported browsers
|
# Scan for supported browsers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue