Mattschillinger / wikiteam

Automatically exported from code.google.com/p/wikiteam
0 stars 0 forks source link

uploader.py ignores past dumps if log has empty lines #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes uploader.py generates empty lines, either at the beginning of the log 
file or at the beginning of a new run's output. However, if such empty lines 
exist at the next run, I often get "0 dumps uploaded previously" and the script 
would start everything from scratch.

Original issue reported on code.google.com by nemow...@gmail.com on 2 Feb 2014 at 3:48

GoogleCodeExporter commented 8 years ago

Original comment by nemow...@gmail.com on 2 Feb 2014 at 5:49

GoogleCodeExporter commented 8 years ago
This may be fixed by adopting a proper CSV parsing library, or simply by some 
better invocation of the splitlines function and friends, but I didn't find how 
in docs when I filed this issue.

Original comment by nemow...@gmail.com on 26 Feb 2014 at 11:31