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

Unified Diff: testing_support/git_test_utils.py

Issue 2076613002: use py3 compatible octal constants (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 6 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 | « testing_support/gerrit_test_case.py ('k') | tests/git_common_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 },
...
}
« no previous file with comments | « testing_support/gerrit_test_case.py ('k') | tests/git_common_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698