Show More
@@ -246,7 +246,7 b' class HttpVCSServer(VCSServer):' | |||||
246 | config_data = configobj.ConfigObj(config_file) |
|
246 | config_data = configobj.ConfigObj(config_file) | |
247 | self._config = config_data['server:main'] |
|
247 | self._config = config_data['server:main'] | |
248 |
|
248 | |||
249 |
args = ['pserve', config_file |
|
249 | args = ['pserve', config_file] | |
250 | self._args = args |
|
250 | self._args = args | |
251 |
|
251 | |||
252 | @property |
|
252 | @property |
General Comments 0
You need to be logged in to leave comments.
Login now