Commit MetaInfo

Revisionad8f85210016b18cf36ca5ca6dae64de5481399d (tree)
Time2023-01-09 19:13:19
AuthorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Log message fix

Change Summary

Incremental Difference

diff -r 89a81e041c37 -r ad8f85210016 src/account.py
--- a/src/account.py Sun Dec 11 02:43:24 2022 +0300
+++ b/src/account.py Mon Jan 09 13:13:19 2023 +0300
@@ -279,7 +279,7 @@
279279
280280 if not foundCard:
281281 logger.error('Last 4 digits of card number in the account name don\'t repsent card' \
282- 'in the description, account: \'' + accountName + '\'')
282+ ' in the description, account: \'' + accountName + '\'')
283283
284284 accountObject = Account(
285285 id,
Show on old repository browser