gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: oops, use format string


From: gnunet
Subject: [taler-bank] branch master updated: oops, use format string
Date: Wed, 18 Dec 2019 20:53:50 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new c823bb7  oops, use format string
c823bb7 is described below

commit c823bb7437dd0501c27caef8b6bc995f93ac78c7
Author: Florian Dold <address@hidden>
AuthorDate: Wed Dec 18 20:53:47 2019 +0100

    oops, use format string
---
 talerbank/app/management/commands/list_accounts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/management/commands/list_accounts.py 
b/talerbank/app/management/commands/list_accounts.py
index bdb150d..94323a5 100644
--- a/talerbank/app/management/commands/list_accounts.py
+++ b/talerbank/app/management/commands/list_accounts.py
@@ -48,5 +48,5 @@ class Command(BaseCommand):
         accounts = BankAccount.objects.all()
         for account in accounts:
             print(
-                "Account {account.user.username} (#{account.account_no}) 
balance {account.amount.stringify()}"
+                f"Account {account.user.username} (#{account.account_no}) 
balance {account.amount.stringify()}"
             )

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]