Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3231)

Unified Diff: chrome/browser/resources/safe_browsing/gen_file_type_proto.py

Issue 2020873002: Do not skip optparse import Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698