commit | 562553ef732445e108f1484050e454d27e428403 | [log] [tgz] |
---|---|---|
author | Robert Spier <rspier@google.com> | Sat Oct 25 22:47:30 2014 -0700 |
committer | Robert Spier <rspier@google.com> | Sun Oct 26 21:07:44 2014 -0700 |
tree | e3de7781e1202174eb58df501c56fa2e781dd918 | |
parent | d118f5ff8f19e86a9e5fd8e206a9f446fd3c1433 [diff] |
change Beginner Task Tag to just @beginner because the _task suffix is redundant, this is a task tag. Change-Id: Ifb0b13b9394ef31424de167a6d100f17b8f9de58
diff --git a/app/soc/modules/gci/tasks/bulk_create.py b/app/soc/modules/gci/tasks/bulk_create.py index 55af76f..755b923 100644 --- a/app/soc/modules/gci/tasks/bulk_create.py +++ b/app/soc/modules/gci/tasks/bulk_create.py
@@ -54,7 +54,7 @@ 'task_type', 'tags'] # special task used to specify that the created task is a beginner task -BEGINNER_TASK_TAG = '@beginner_task' +BEGINNER_TASK_TAG = '@beginner' class BulkCreateTask(object):