Add missing string to debug code
This commit is contained in:
		
					parent
					
						
							
								da3d462505
							
						
					
				
			
			
				commit
				
					
						0969c97eca
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -282,7 +282,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model): | ||||||
|                     "More than one subscriptions" |                     "More than one subscriptions" | ||||||
|                     "for MonthlyHostingBill {}".format(args['invoice_id']) |                     "for MonthlyHostingBill {}".format(args['invoice_id']) | ||||||
|                 ) |                 ) | ||||||
|                 logger.debug("SUB_IDS=".format(','.join(sub_ids))) |                 logger.debug("SUB_IDS={}".format(','.join(sub_ids))) | ||||||
|                 logger.debug("Not importing invoices") |                 logger.debug("Not importing invoices") | ||||||
|                 return |                 return | ||||||
|         elif len(args['lines_meta_data_csv']) > 0: |         elif len(args['lines_meta_data_csv']) > 0: | ||||||
|  | @ -294,7 +294,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model): | ||||||
|                     "More than one VM_ID" |                     "More than one VM_ID" | ||||||
|                     "for MonthlyHostingBill {}".format(args['invoice_id']) |                     "for MonthlyHostingBill {}".format(args['invoice_id']) | ||||||
|                 ) |                 ) | ||||||
|                 logger.debug("VM_IDS=".format(','.join(vm_ids))) |                 logger.debug("VM_IDS={}".format(','.join(vm_ids))) | ||||||
|                 logger.debug("Not importing invoices") |                 logger.debug("Not importing invoices") | ||||||
|                 return |                 return | ||||||
|         else: |         else: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue