./examples/scripts/SambaConfig.py: fix typo in "continue"
[kai/samba-autobuild/.git] / examples / scripts / shares / python / SambaConfig.py
index 3d4a47398c70e47cf22d5fd81d1e83309d26ac9f..6ceec8a175367ba76ac49b0b4562d7309e9d9ebc 100644 (file)
@@ -124,7 +124,7 @@ class SambaConf:
                        
                        if input_str[-1] == "\\" :
                                result += input_str[0:-1]
-                               contine
+                               continue
 
                        ## otherwise we have a complete line
                        result += input_str