add comments to suppress useless warnings from LGTM

This commit is contained in:
Axel Kohlmeyer
2021-05-15 23:35:14 -04:00
parent 185664824e
commit fde2295685
5 changed files with 20 additions and 20 deletions

View File

@ -31,7 +31,7 @@ if not tests_dir:
try:
src_dir = os.path.abspath(os.path.expanduser(src_dir))
tests_dir = os.path.abspath(os.path.expanduser(tests_dir))
except:
except: # lgtm [py/catch-base-exception]
parser.print_help()
sys.exit(1)