| 
					
				 | 
			
			
				@@ -34,7 +34,7 @@ def print_sections(raw_result): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 lines.append(chr(separator).join(['{}={}'.format(k,clean_value(decoded_value))])) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if lines: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        print('<<<edirectory_monitor:sep({})>>>') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        print('<<<edirectory_monitor:sep({})>>>'.format(separator)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         print(chr(separator).join(lines)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 def main(): 
			 |