BitsParser
BitsParser copied to clipboard
Update BitsParser.py to fix a problem if a directory is passed as input
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.