mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Remove debug code
This commit is contained in:
		| @@ -62,8 +62,6 @@ class CheckJobsMixin: | |||||||
|         output_mount_dest = os.path.abspath('/output') |         output_mount_dest = os.path.abspath('/output') | ||||||
|         os.makedirs(output_mount_src) |         os.makedirs(output_mount_src) | ||||||
|         output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest) |         output_mount = '{}:{}:rw'.format(output_mount_src, output_mount_dest) | ||||||
|         logging.warning(input_mount) |  | ||||||
|         logging.warning(output_mount) |  | ||||||
|         service_kwargs = {'command': cmd, |         service_kwargs = {'command': cmd, | ||||||
|                           'constraints': ['node.role==worker'], |                           'constraints': ['node.role==worker'], | ||||||
|                           'labels': {'origin': 'nopaque', |                           'labels': {'origin': 'nopaque', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user