aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/settings_factory.py')
-rw-r--r--crosperf/settings_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py
index 3f752834..b9a18fed 100644
--- a/crosperf/settings_factory.py
+++ b/crosperf/settings_factory.py
@@ -54,7 +54,7 @@ class LabelSettings(Settings):
class GlobalSettings(Settings):
def __init__(self, name):
super(GlobalSettings, self).__init__(name, "global")
- self.AddField(TextField("name", default="Experiment",
+ self.AddField(TextField("name",
description="The name of the experiment. Just an "
"identifier."))
self.AddField(TextField("board", description="The target "