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