Project

General

Profile

Revision abbee6ec

IDabbee6ec8ec99e85d0ffa22db1cd349d0bfc9c6f
Parent e92b8d00
Child d0876993

Added by Yuyang Guo over 9 years ago

fix GUI bug to terminate child process

View differences:

scout/scoutsim/GUI.py
240 240
        
241 241
        # kill all the behavior processes
242 242
        for scout in self.scouts:
243
            process = self.scouts[scout].process
244
            if (process != None):
245
                process.terminate()
243
            self.scouts[scout].terminateOldBehavior()
246 244

  
247 245
        # kill the scout sim window
248 246
        self.simWindowProcess.terminate()

Also available in: Unified diff