You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules/gclient
Rob Mohr 4246ba023a Replace remaining Path.join() calls
Use Path.joinpath() or the / operator instead of Path.join().
Eventually, config_types.Path will be replaced with pathlib.Path, which
doesn't have a join() method. In general, if the substitution was simple
the / operator was used. Otherwise, '.join(' was replaced with
'.joinpath('.

Change-Id: Iff2eb0abd9fdb0d3b3bca281c7c5436f932a5380
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5483206
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Auto-Submit: Rob Mohr <mohrr@google.com>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
1 year ago
..
examples Replace Path.join() with / and Path.joinpath() 1 year ago
resources Reland "Drop py2 support in recipe modules" 2 years ago
tests Replace Path.join() with / and Path.joinpath() 1 year ago
__init__.py [recipes] Add roll_deps to gclient 2 years ago
api.py Replace remaining Path.join() calls 1 year ago
config.py Remove chromium style plugin solution 2 years ago
test_api.py Fix the use of raw_io output placeholders. 3 years ago