Loading tests/comparators/test_elf.py +2 −1 Original line number Diff line number Diff line Loading @@ -51,8 +51,9 @@ def readelf_version(): out.decode('utf-8'), ) # Return '0' as the version if we can't parse one; it should be harmless. if m is None: return 'unknown' return '0' return m.group('version') Loading Loading
tests/comparators/test_elf.py +2 −1 Original line number Diff line number Diff line Loading @@ -51,8 +51,9 @@ def readelf_version(): out.decode('utf-8'), ) # Return '0' as the version if we can't parse one; it should be harmless. if m is None: return 'unknown' return '0' return m.group('version') Loading