bug 1344321 - fix flake8. r=bustage a=release DONTBUILD

This commit is contained in:
Aki Sasaki 2017-03-14 16:39:03 -07:00
Родитель c43d8b4ff5
Коммит 8fa8e0511b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ PER_PROJECT_PARAMETERS = {
'optimize_target_tasks': True,
# By default, the `try_option_syntax` `target_task_method` ignores this
# parameter, and enables/disables nightlies depending whether
#`--include-nightly` is specified in the commmit message.
# `--include-nightly` is specified in the commmit message.
# We're setting the `include_nightly` parameter to True here for when
# we submit decision tasks against Try that use other
# `target_task_method`s, like `nightly_fennec` or `mozilla_beta_tasks`,