mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Fix multiline comment formatting
Many incorrectly formatted comments exist from the switch to 4 space indent: https://crrev.com/c/4836379 Bug: 1514505 Change-Id: I6366f9da812919bd35b999f18fa8a49b7a66c09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5153633 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
This commit is contained in:
@@ -15,10 +15,10 @@ import gclient_utils
|
||||
class TrialDir(object):
|
||||
"""Manages a temporary directory.
|
||||
|
||||
On first object creation, TrialDir.TRIAL_ROOT will be set to a new temporary
|
||||
directory created in /tmp or the equivalent. It will be deleted on process
|
||||
exit unless TrialDir.SHOULD_LEAK is set to True.
|
||||
"""
|
||||
On first object creation, TrialDir.TRIAL_ROOT will be set to a new temporary
|
||||
directory created in /tmp or the equivalent. It will be deleted on process
|
||||
exit unless TrialDir.SHOULD_LEAK is set to True.
|
||||
"""
|
||||
# When SHOULD_LEAK is set to True, temporary directories created while the
|
||||
# tests are running aren't deleted at the end of the tests. Expect failures
|
||||
# when running more than one test due to inter-test side-effects. Helps with
|
||||
|
||||
Reference in New Issue
Block a user