++comment
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								a498330bd3
							
						
					
				
			
			
				commit
				
					
						2fca87eda8
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -158,7 +158,7 @@ class Emulator(object):
 | 
				
			||||||
            try:
 | 
					            try:
 | 
				
			||||||
                # go directly to file instead of using CdistObject's api
 | 
					                # go directly to file instead of using CdistObject's api
 | 
				
			||||||
                # as that does not support streaming
 | 
					                # as that does not support streaming
 | 
				
			||||||
                # FIXME: no streaming needed anymore
 | 
					                # FIXME: no streaming needed anymore - use a raw file (not yet there?)
 | 
				
			||||||
                path = os.path.join(self.cdist_object.absolute_path, 'stdin')
 | 
					                path = os.path.join(self.cdist_object.absolute_path, 'stdin')
 | 
				
			||||||
                with open(path, 'w') as fd:
 | 
					                with open(path, 'w') as fd:
 | 
				
			||||||
                    fd.write(self.stdin.read())
 | 
					                    fd.write(self.stdin.read())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue