Commit 144f2e52 by Diego Novillo Committed by Diego Novillo

* testsuite-management/validate_failures.py: Fix typo.

From-SVN: r195819
parent ceb86495
2013-02-06 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py: Fix typo.
2013-02-06 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py: Update
Copyright years.
Request contributions not to use Python features newer
......
......@@ -362,7 +362,7 @@ def GetManifestPath(srcdir, target, user_provided_must_exist):
Error('Manifest does not exist: %s' % manifest_path)
return manifest_path
else:
assert srdir and target
assert srcdir and target
return _MANIFEST_PATH_PATTERN % (srcdir, _MANIFEST_SUBDIR, target)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment