BitsParser icon indicating copy to clipboard operation
BitsParser copied to clipboard

Update BitsParser.py to fix a problem if a directory is passed as input

Open herosi opened this issue 10 months ago • 0 comments

If a directory is passed with -i and --caveall, the -o option will overwrite the output file again and again. Therefore, all results except for the last one will be lost. To avoid it, I changed the mode "w" to "a" when opening the output file given with -o option.

herosi avatar Apr 22 '24 01:04 herosi