Separate two error messages with a period
This commit is contained in:
		
					parent
					
						
							
								2cd73b313a
							
						
					
				
			
			
				commit
				
					
						88e6d9d216
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -121,7 +121,7 @@ def create_vm_task(self, vm_template_id, user, specs, template, order_id): | ||||||
|             ) |             ) | ||||||
|             logger.error(emsg) |             logger.error(emsg) | ||||||
|             if error_msg: |             if error_msg: | ||||||
|                 error_msg += emsg |                 error_msg += ". " + emsg | ||||||
|             else: |             else: | ||||||
|                 error_msg = emsg |                 error_msg = emsg | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue