| # | Line 14 | Line 14 | import re | |
|---|---|---|
| 14 | ||
| 15 | ||
| 16 | if __name__ == '__main__': | |
| 17 | < | workFile = "/home/nino/ledger/pvisaCorrection4.txt" |
| 18 | < | outputFile = open("/home/nino/ledger/pvisaCorrectionOutput4.txt",'w') |
| 17 | > | workFile = "/home/nino/Nextcloud/Nino And May/Fin/Amanda To-Do/DoneLedger.txt" |
| 18 | > | outputFile = open("/home/nino/Nextcloud/Documents/Ledger/pvisaCorrectionOutput21.txt",'w') |
| 19 | contents = open(workFile).readlines() | |
| 20 | for line in contents: | |
| 21 | if line[:13] == " Expenses:": | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |