solidity icon indicating copy to clipboard operation
solidity copied to clipboard

`update_bugs_by_version.py`: don't fail when the list gets updated

Open cameel opened this issue 1 year ago • 0 comments

The script fails if the file gets updated, which is fine for testing but confusing when you run it manually. I changed the script so that the diffing happens only in CLI tests.

Also, refactored the script to use pathlib.

cameel avatar Aug 08 '22 15:08 cameel