mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Normalize quotes.
This commit is contained in:
parent
31980ed4a8
commit
db362b9125
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ import sys
|
|||
LINEAGE_CONFIG = Path(".github/lineage.yml")
|
||||
|
||||
if not LINEAGE_CONFIG.exists():
|
||||
print('No lineage configuration found.', file=sys.stderr)
|
||||
print("No lineage configuration found.", file=sys.stderr)
|
||||
sys.exit(0)
|
||||
|
||||
with LINEAGE_CONFIG.open("r") as f:
|
||||
|
|
Loading…
Reference in a new issue