mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	instrument/delay: Remove breakpoint
This commit is contained in:
		| @@ -164,7 +164,6 @@ class DelayInstrument(Instrument): | ||||
|  | ||||
|     @extremely_slow | ||||
|     def before_job(self, context): | ||||
|         import ipdb; ipdb.set_trace() | ||||
|         if self.fixed_between_specs and context.spec_changed: | ||||
|             msg = 'Waiting for {}s before starting new spec...' | ||||
|             self.logger.info(msg.format(self.fixed_between_specs)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user