Skip to content

Commit cf036f4

Browse files
authored
Update Lib/platform.py
1 parent 10d9462 commit cf036f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def libc_ver(executable=None, lib='', version='', chunksize=16384):
223223
decoded_groups = [s.decode('latin1') if s is not None else s
224224
for s in m.groups()]
225225
(libcinit, glibc, glibcversion, so, threads, soversion,
226-
musl, muslversion, musl_so, musl_sover) = decoded_groups
226+
musl, muslversion, musl_so, musl_sover) = decoded_groups
227227
if libcinit and not lib:
228228
lib = 'libc'
229229
elif glibc:

0 commit comments

Comments
 (0)