ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Ledger/LedgerTranFixes.py
(Generate patch)

Comparing Python/NinoCode/Active_prgs/Ledger/LedgerTranFixes.py (file contents):
Revision 656 by nino.borges, Wed Mar 28 20:27:35 2018 UTC vs.
Revision 657 by nino.borges, Thu Dec 12 21:07:35 2019 UTC

# 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:":

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)