minor beautification

This commit is contained in:
Miroslav Stampar 2011-05-23 10:39:58 +00:00
parent 171a4c389b
commit 868fbe370b

View File

@ -301,7 +301,7 @@ class Web:
else: else:
continue continue
self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl, backdoorName) self.webBackdoorUrl = "%s/%s" % (self.webBaseUrl.rstrip('/'), backdoorName)
self.webDirectory = localPath self.webDirectory = localPath
infoMsg = "the backdoor has probably been successfully " infoMsg = "the backdoor has probably been successfully "