Bug 915798 - Bad indentation in runreftest.py. r=ahal

This commit is contained in:
Mihnea Dobrescu-Balaur 2013-09-12 11:18:51 -07:00
Родитель 1f934e09fd
Коммит 863ce29e4f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -79,7 +79,7 @@ class RefTest(object):
if len(thispref) < 2:
print "Error: syntax error in --setpref=" + v
sys.exit(1)
prefs[thispref[0]] = thispref[1]
prefs[thispref[0]] = thispref[1]
# install the reftest extension bits into the profile
addons = []