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

Unified Diff: tools/telemetry/telemetry/user_story/__init__.py

Issue 1110843002: Change user_story.user_story_filter to story.story_filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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
Index: tools/telemetry/telemetry/user_story/__init__.py
diff --git a/tools/telemetry/telemetry/user_story/__init__.py b/tools/telemetry/telemetry/user_story/__init__.py
index 663b89e3db9729bdc99a4061ad4a1fbfda7923f5..34390594d04c65f713f07bc65a57ebb77ea88eba 100644
--- a/tools/telemetry/telemetry/user_story/__init__.py
+++ b/tools/telemetry/telemetry/user_story/__init__.py
@@ -22,7 +22,7 @@ class UserStory(object):
name: string name of this user story that can be used for identifying user
story in results output.
labels: A list or set of string labels that are used for filtering. See
- user_story.user_story_filter for more information.
+ story.story_filter for more information.
is_local: If true, the user story does not require network.
"""
« no previous file with comments | « tools/telemetry/telemetry/story/story_filter_unittest.py ('k') | tools/telemetry/telemetry/user_story/user_story_filter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698