Fix extra argument
This commit is contained in:
@@ -308,8 +308,7 @@ class WOSiteEditController(CementBaseController):
|
|||||||
Log.error(self, "service nginx reload failed. "
|
Log.error(self, "service nginx reload failed. "
|
||||||
"check issues with `nginx -t` command")
|
"check issues with `nginx -t` command")
|
||||||
else:
|
else:
|
||||||
Log.error(self, "nginx configuration file does not exists"
|
Log.error(self, "nginx configuration file does not exists")
|
||||||
.format(wo_domain))
|
|
||||||
|
|
||||||
|
|
||||||
class WOSiteCreateController(CementBaseController):
|
class WOSiteCreateController(CementBaseController):
|
||||||
|
|||||||
Reference in New Issue
Block a user