Index: presubmit_support.py |
diff --git a/presubmit_support.py b/presubmit_support.py |
index 4a388ca2fcba1c2e13626b2d5694b3f1c25a5912..0e85eb0b7a622c9a6e7d0f0d3c71dec75f9016de 100755 |
--- a/presubmit_support.py |
+++ b/presubmit_support.py |
@@ -390,7 +390,7 @@ class InputApi(object): |
# TODO(dpranke): figure out a list of all approved owners for a repo |
# in order to be able to handle wildcard OWNERS files? |
self.owners_db = owners.Database(change.RepositoryRoot(), |
- fopen=file, os_path=self.os_path, glob=self.glob) |
+ fopen=file, os_path=self.os_path) |
self.verbose = verbose |
self.Command = CommandData |