Remove useless variable

This commit is contained in:
VirtuBox
2019-10-29 03:25:44 +01:00
parent fd1105f459
commit 8b32910c07

View File

@@ -724,7 +724,7 @@ class WOSiteCreateController(CementBaseController):
Log.info(self, "Successfully created site"
" http://{0}".format(wo_domain))
except SiteError as e:
except SiteError:
Log.error(self, "Check the log for details: "
"`tail /var/log/wo/wordops.log` and please try again")