etwist/server.py
branchstable
changeset 4194 7d5d469f81e1
parent 4193 c3e7d0f85637
child 4204 60256056bda6
child 4212 ab6573088b4a
--- 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)