python-registry icon indicating copy to clipboard operation
python-registry copied to clipboard

Update amcache.py

Open skyg4mb opened this issue 2 years ago • 2 comments

Solving some problems with csv exports.

skyg4mb avatar Jun 13 '22 14:06 skyg4mb

would you please explain the problems that you're looking to solve with this PR?

for example, i see that the changes tweak the output behavior to emit results to hardcoded file names rather than stdout. why?

williballenthin avatar Jun 13 '22 15:06 williballenthin

Of course, in this link a user commented an error when trying to perform the parse (https://gist.github.com/williballenthin/ee512eacb672320f2df5), the problem was in the csvwriter declaration since when adding information to the file we obtained " TypeError: write() argument must be str, not bytes"

skyg4mb avatar Jun 13 '22 15:06 skyg4mb