Show More
@@ -99,7 +99,7 b' class SimpleVCS(object):' | |||||
99 | @property |
|
99 | @property | |
100 | def scm_app(self): |
|
100 | def scm_app(self): | |
101 | custom_implementation = self.config.get('vcs.scm_app_implementation') |
|
101 | custom_implementation = self.config.get('vcs.scm_app_implementation') | |
102 | if custom_implementation: |
|
102 | if custom_implementation and custom_implementation != 'pyro4': | |
103 | log.info( |
|
103 | log.info( | |
104 | "Using custom implementation of scm_app: %s", |
|
104 | "Using custom implementation of scm_app: %s", | |
105 | custom_implementation) |
|
105 | custom_implementation) |
General Comments 0
You need to be logged in to leave comments.
Login now