fix for non-debug mode
This commit is contained in:
parent
29fcabab5c
commit
7ebfa95b92
|
|
@ -34,7 +34,8 @@ class ConnectionRepository(
|
|||
|
||||
self.config = config
|
||||
|
||||
self.setVerbose(self.config.GetBool('verbose-repository', 0))
|
||||
if hasattr(self, 'setVerbose'):
|
||||
self.setVerbose(self.config.GetBool('verbose-repository', 0))
|
||||
|
||||
# Set this to 'http' to establish a connection to the server
|
||||
# using the HTTPClient interface, which ultimately uses the
|
||||
|
|
|
|||
Loading…
Reference in New Issue