Closedown

This commit is contained in:
gac-S_Changer
2017-03-29 15:40:07 +02:00
parent 8395686af7
commit 8516f6747b

View File

@@ -383,7 +383,7 @@ class RobotTCP(TcpDevice, Stoppable):
for task in (self.high_level_tasks + [program]):
if (task is not None) and (self.get_task_status(task)[0]>=0):
raise Exception("Ongoing high-level task: " + task)
print "Setting ", self.current_task
print "Setting ", program
self.current_task = program
self.task_create(program, *args, **kwargs)