Fix extra argument

This commit is contained in:
VirtuBox
2019-10-30 06:20:22 +01:00
parent fdfe60315c
commit fb61a9697f

View File

@@ -308,8 +308,7 @@ class WOSiteEditController(CementBaseController):
Log.error(self, "service nginx reload failed. "
"check issues with `nginx -t` command")
else:
Log.error(self, "nginx configuration file does not exists"
.format(wo_domain))
Log.error(self, "nginx configuration file does not exists")
class WOSiteCreateController(CementBaseController):