Show More
@@ -114,8 +114,6 b' class BaseLauncher(LoggingConfigurable):' | |||
|
114 | 114 | super(BaseLauncher, self).__init__(work_dir=work_dir, config=config, **kwargs) |
|
115 | 115 | self.state = 'before' # can be before, running, after |
|
116 | 116 | self.stop_callbacks = [] |
|
117 | self.start_data = None | |
|
118 | self.stop_data = None | |
|
119 | 117 | |
|
120 | 118 | @property |
|
121 | 119 | def args(self): |
@@ -368,7 +366,6 b' class LocalEngineSetLauncher(LocalEngineLauncher):' | |||
|
368 | 366 | super(LocalEngineSetLauncher, self).__init__( |
|
369 | 367 | work_dir=work_dir, config=config, **kwargs |
|
370 | 368 | ) |
|
371 | self.stop_data = {} | |
|
372 | 369 | |
|
373 | 370 | def start(self, n): |
|
374 | 371 | """Start n engines by profile or profile_dir.""" |
General Comments 0
You need to be logged in to leave comments.
Login now