We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25291ac commit 378bee4Copy full SHA for 378bee4
splitgraph/cloud/tunnel_client.py
@@ -61,7 +61,7 @@ def get_rathole_build_key():
61
if system in ["Windows", "Darwin"]:
62
return system
63
if system == "Linux":
64
- # python 3.8 somtimes reports '' instead of 'musl' for musl libc (https://bugs.python.org/issue43248)
+ # python 3.8 sometimes reports '' instead of 'musl' for musl libc (https://bugs.python.org/issue43248)
65
return "Linux-%s-%s" % (
66
platform.machine(),
67
"glibc" if platform.libc_ver()[0] == "glibc" else "musl",
0 commit comments