Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index 1a73d8eadfb1a6e694be56a955f12dc90ebd3b28..86398cb8f2f07166af24d6544c373bfa67968dae 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -731,7 +731,7 @@ def Main(argv): |
files = ParseFiles(args, options.recursive) |
if options.verbose: |
print "Found %d files." % len(files) |
- return not DoPresubmitChecks(gcl.ChangeInfo(name='temp', files=files), |
+ return not DoPresubmitChecks(gcl.ChangeInfo('No name', 0, 0, '', files), |
options.commit, |
options.verbose, |
sys.stdout, |