| Index: chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| diff --git a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| index 63ed686ae4373eebf9cca755c2fbc5d9746a2275..315340c54580b7b1f2d3d899b7b8ec7a6c61c713 100755
|
| --- a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| +++ b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
|
| @@ -216,7 +216,7 @@ def main():
|
|
|
| if opts.wrap:
|
| # Run this script again with different args to the interpreter.
|
| - command = [sys.executable, '-S', '-s', sys.argv[0]]
|
| + command = [sys.executable, '-s', sys.argv[0]]
|
| if opts.type is not None:
|
| command += ['-t', opts.type]
|
| if opts.all:
|
|
|