diff --git a/common/lib/keystore/__init__.py b/common/lib/keystore/__init__.py index dab758fef1..0671e7e568 100644 --- a/common/lib/keystore/__init__.py +++ b/common/lib/keystore/__init__.py @@ -131,7 +131,8 @@ class Location(_LocationBase): return self.url() def __repr__(self): - return "Location%r" % tuple(self) + return "Location%s" % repr(tuple(self)) + class ModuleStore(object): """