]> gitweb.michael.orlitzky.com - untangle-https-backup.git/blobdiff - src/untangle/untangle.py
src/untangle/untangle.py: add the missing ':' killed by commit 6f70c48.
[untangle-https-backup.git] / src / untangle / untangle.py
index 05b2cfe58ebbb3a49a8ec3f91f72b5e672f1c9a8..6c996a0a7c2985031960a21dd5b423ba49e87aa3 100644 (file)
@@ -113,7 +113,7 @@ class Untangle:
         elif self.version in  ['13.1', '14']:
             # But the minor update v13.1 moved the backup URL.
             return self.get_backup_v13_1()
-        else
+        else:
             raise ValueError('unknown version %s' % self.version)