Chromium Code Reviews| Index: testing_support/git_test_utils.py |
| diff --git a/testing_support/git_test_utils.py b/testing_support/git_test_utils.py |
| index a08e8189f8b6438518e55b1c697de2ed37ca31bb..a00938e7d0073e91e888c15e31e3cd9d29f88a3f 100644 |
| --- a/testing_support/git_test_utils.py |
| +++ b/testing_support/git_test_utils.py |
| @@ -240,7 +240,7 @@ class GitRepo(object): |
| SPECIAL_KEY: special_value, |
| ... |
| "path/to/some/file": { 'data': "some data content for this file", |
| - 'mode': 0755 }, |
| + 'mode': 0o0755 }, |
| ... |
| } |