Add missing braces
This commit is contained in:
parent
ecfec9dd21
commit
9f13253475
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model):
|
||||||
"More than one VM_ID"
|
"More than one VM_ID"
|
||||||
"for MonthlyHostingBill {}".format(self.invoice_id)
|
"for MonthlyHostingBill {}".format(self.invoice_id)
|
||||||
)
|
)
|
||||||
logger.debug("VM_IDS=".format(','.join(vm_ids)))
|
logger.debug("VM_IDS={}".format(','.join(vm_ids)))
|
||||||
return return_value
|
return return_value
|
||||||
|
|
||||||
def get_period_start(self):
|
def get_period_start(self):
|
||||||
|
|
Loading…
Reference in a new issue