Normalize quotes.

pull/113/head
Felddy 4 years ago
parent 31980ed4a8
commit db362b9125
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 2
      setup-env

@ -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…
Cancel
Save