lel, eff off CRLF

This commit is contained in:
brent s 2018-09-27 15:30:53 -04:00
parent fa2fda8054
commit d84a98520a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class PkgIndexer(object):
for p in self.pkgs:
_csv.writerow(p)
_buf.seek(0, 0)
self.report = _buf.read()
self.report = _buf.read().replace('\r\n', '\n')
return()

def _gen_json(self):