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

Unified Diff: verification/presubmit_shim.py

Issue 117513003: Removed an assert in presubmit_shim.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue
Patch Set: Removed pylint warning suppression comments Created 6 years, 12 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: verification/presubmit_shim.py
diff --git a/verification/presubmit_shim.py b/verification/presubmit_shim.py
index 744a53c2516e235ddf94a259e5da146adde7eb07..4ce62affe6ee4898c3b58e57739d338107c631a1 100755
--- a/verification/presubmit_shim.py
+++ b/verification/presubmit_shim.py
@@ -21,7 +21,6 @@ import presubmit_support
email = sys.stdin.readline().strip()
assert email
password = sys.stdin.readline().strip()
-assert password
sys.stdin.close()
argv = sys.argv[1:]
« 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