]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commitdiff
src/untangle/untangle.py: add the missing ':' killed by commit 6f70c48.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 6 Oct 2018 20:46:36 +0000 (16:46 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 6 Oct 2018 20:46:36 +0000 (16:46 -0400)
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)