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

Unified Diff: telemetry/telemetry/story/story_set.py

Issue 2924023003: Defaulting verify_names flag to True (Closed)
Patch Set: rebase Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/story/story_set.py
diff --git a/telemetry/telemetry/story/story_set.py b/telemetry/telemetry/story/story_set.py
index 8ba57c3647d21bbf0216715b329229a84ba1c093..75cd4e249978e7c14545ad1c5c3bf928c6140271 100644
--- a/telemetry/telemetry/story/story_set.py
+++ b/telemetry/telemetry/story/story_set.py
@@ -17,7 +17,7 @@ class StorySet(object):
"""
def __init__(self, archive_data_file='', cloud_storage_bucket=None,
- base_dir=None, serving_dirs=None, verify_names=False):
+ base_dir=None, serving_dirs=None, verify_names=True):
"""Creates a new StorySet.
Args:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698