mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
setup: Fix get_index_url_from_pip() (#197)
This commit is contained in:
@@ -198,7 +198,7 @@ def get_index_url_from_pip(config_name):
|
||||
assert config_name in index_url_pip_configs
|
||||
|
||||
return subprocess.check_output([sys.executable, "-m", "pip", "config", "get", config_name],
|
||||
stderr=subprocess.PIPE)
|
||||
stderr=subprocess.PIPE, encoding="utf-8")
|
||||
|
||||
|
||||
def normalize_url(url):
|
||||
|
||||
Reference in New Issue
Block a user