1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Normalize quotes.

This commit is contained in:
Felddy 2020-06-22 17:37:34 -04:00
parent 31980ed4a8
commit db362b9125
No known key found for this signature in database
GPG key ID: AFD7E112AF75260E

View file

@ -168,7 +168,7 @@ import sys
LINEAGE_CONFIG = Path(".github/lineage.yml") LINEAGE_CONFIG = Path(".github/lineage.yml")
if not LINEAGE_CONFIG.exists(): if not LINEAGE_CONFIG.exists():
print('No lineage configuration found.', file=sys.stderr) print("No lineage configuration found.", file=sys.stderr)
sys.exit(0) sys.exit(0)
with LINEAGE_CONFIG.open("r") as f: with LINEAGE_CONFIG.open("r") as f: