author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 22 Dec 2009 20:06:24 +0100 | |
branch | stable |
changeset 4194 | 7d5d469f81e1 |
parent 4193 | c3e7d0f85637 |
child 4195 | 86dcaf6bb92f |
etwist/server.py | file | annotate | diff | comparison | revisions |
--- a/etwist/server.py Tue Dec 22 20:05:52 2009 +0100 +++ b/etwist/server.py Tue Dec 22 20:06:24 2009 +0100 @@ -103,7 +103,7 @@ if self.base_url[-1] != '/': self.base_url += '/' self.https_url = config['https-url'] - if self.https_url and self.https_url[-1] != '/' + if self.https_url and self.https_url[-1] != '/': self.https_url += '/' # instantiate publisher here and not in init_publisher to get some # checks done before daemonization (eg versions consistency)