mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
				synced 2025-10-31 20:03:14 +00:00 
			
		
		
		
	Keep uncompressed output files after zip jobs.
This commit is contained in:
		
							
								
								
									
										3
									
								
								ocr
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								ocr
									
									
									
									
									
								
							| @@ -307,7 +307,6 @@ class OCRPipeline(WorkflowRunner): | ||||
|             cmd = 'cd "{}"'.format(self.output_dir) | ||||
|             cmd += ' && ' | ||||
|             cmd += 'zip' | ||||
|             cmd += ' -m' | ||||
|             cmd += ' -r' | ||||
|             cmd += ' "{}".pdf.zip .'.format(self.zip) | ||||
|             cmd += ' -x "pyflow.data*" "*tmp*"' | ||||
| @@ -322,7 +321,6 @@ class OCRPipeline(WorkflowRunner): | ||||
|             cmd = 'cd "{}"'.format(self.output_dir) | ||||
|             cmd += ' && ' | ||||
|             cmd += 'zip' | ||||
|             cmd += ' -m' | ||||
|             cmd += ' -r' | ||||
|             cmd += ' "{}".txt.zip .'.format(self.zip) | ||||
|             cmd += ' -x "pyflow.data*" "*tmp*"' | ||||
| @@ -337,7 +335,6 @@ class OCRPipeline(WorkflowRunner): | ||||
|             cmd = 'cd "{}"'.format(self.output_dir) | ||||
|             cmd += ' && ' | ||||
|             cmd += 'zip' | ||||
|             cmd += ' -m' | ||||
|             cmd += ' -r' | ||||
|             cmd += ' "{}".xml.zip .'.format(self.zip) | ||||
|             cmd += ' -x "pyflow.data*" "*tmp*"' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user