Удален лишний пробел при выводе ошибки о несовместимости опций --mx и --mxmod

develop
Самоукин Алексей 15 years ago
parent 5980217263
commit 87daf39c26

@ -15927,7 +15927,7 @@ this DNS server')%nameServer)
return False
# Проверка на mx совместно с mxmod
if options.has_key('mx') and options.has_key('mxmod'):
self.printERROR('Command line option "-mx" is incompatible \
self.printERROR('Command line option "-mx" is incompatible \
with option "--mxmod"')
return False
# MX серверы
@ -16192,7 +16192,7 @@ incorrect, use "--automod on" or "--automod off"')%autoMod)
return False
# Проверка на mx совместно с mxmod
if options.has_key('mx') and options.has_key('mxmod'):
self.printERROR('Command line option "-mx" is incompatible \
self.printERROR('Command line option "-mx" is incompatible \
with option "--mxmod"')
return False
# Добавляем кавычки и --

Loading…
Cancel
Save