diff options
author | 谭九鼎 <109224573@qq.com> | 2020-06-11 14:25:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 08:25:03 +0200 |
commit | 201daa6f77a6ea2c630629cb7a944f341b46a454 (patch) | |
tree | 0a8c16577a684d8956ff7aac1f2f60346b590606 /pylint/utils/utils.py | |
parent | 2a883cbc4361603c720addae6d9420e8a156e313 (diff) | |
download | pylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz |
Chore: use https links (#3679)
Diffstat (limited to 'pylint/utils/utils.py')
-rw-r--r-- | pylint/utils/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/utils/utils.py b/pylint/utils/utils.py index 658316cf2..21dd8d251 100644 --- a/pylint/utils/utils.py +++ b/pylint/utils/utils.py @@ -166,7 +166,7 @@ def expand_modules(files_or_modules, black_list, black_list_re): continue except (ImportError, SyntaxError) as ex: # The SyntaxError is a Python bug and should be - # removed once we move away from imp.find_module: http://bugs.python.org/issue10588 + # removed once we move away from imp.find_module: https://bugs.python.org/issue10588 errors.append({"key": "fatal", "mod": modname, "ex": ex}) continue |