We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remote_yml_filename
gh_lang_yml_filename
1 parent 533ddab commit 41cd442Copy full SHA for 41cd442
1 file changed
programming-languages/utils/update_langs.py
@@ -4,11 +4,11 @@
4
5
from lib import data, log
6
7
-remote_yml_filename = 'languages.yml'
+gh_lang_yml_filename = 'languages.yml'
8
9
-log.info(f'Downloading {remote_yml_filename}...')
+log.info(f'Downloading {gh_lang_yml_filename}...')
10
resp_data = urlopen(
11
- f'https://raw.githubusercontent.com/github-linguist/linguist/main/lib/linguist/{remote_yml_filename}'
+ f'https://raw.githubusercontent.com/github-linguist/linguist/main/lib/linguist/{gh_lang_yml_filename}'
12
).read().decode('utf-8')
13
14
log.info('Building language data...')
0 commit comments