Skip to content

Commit

Permalink
Merge pull request #21 from adyanth/bug-fix-return
Browse files Browse the repository at this point in the history
🐛 fix return
  • Loading branch information
adyanth authored Oct 22, 2024
2 parents e2fd225 + 9a8932b commit c32803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def applyExpenseAmountToTransaction(transaction: dict, exp: Expense, myshare: Ex
transaction["foreign_amount"] = amount
transaction["amount"] = 0.1
transaction["tags"].append(conf["FOREIGN_CURRENCY_TOFIX_TAG"])

return transaction

def getAccounts(account_type: str="asset") -> list:
"""Get accounts from Firefly.
Expand Down

2 comments on commit c32803d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
main.py2035771%93, 97, 104, 108, 112, 127, 137, 149, 175–178, 232–233, 235–236, 238–239, 242–245, 247–248, 250, 253, 255–258, 260–261, 271, 276–279, 281–282, 301, 303, 340, 377–380, 416, 420, 423, 425, 427–430, 432–433, 435
TOTAL2035771% 

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 0.618s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
main.py2035771%93, 97, 104, 108, 112, 127, 137, 149, 175–178, 232–233, 235–236, 238–239, 242–245, 247–248, 250, 253, 255–258, 260–261, 271, 276–279, 281–282, 301, 303, 340, 377–380, 416, 420, 423, 425, 427–430, 432–433, 435
TOTAL2035771% 

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 3.120s ⏱️

Please sign in to comment.