From b04dadfb6f6afab203b5c2d3ac1ddd0cdb3bb0dc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 6 Oct 2018 16:46:36 -0400 Subject: [PATCH] src/untangle/untangle.py: add the missing ':' killed by commit 6f70c48. --- src/untangle/untangle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/untangle/untangle.py b/src/untangle/untangle.py index 05b2cfe..6c996a0 100644 --- a/src/untangle/untangle.py +++ b/src/untangle/untangle.py @@ -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) -- 2.43.2