From b5b904cfc9bf22ce9f6c3cfcf110e4559ef0994a Mon Sep 17 00:00:00 2001 From: trimill Date: Wed, 31 Jan 2024 22:30:35 -0500 Subject: follow the corn style guide --- arch/amd64/sym_lookup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/amd64/sym_lookup.py b/arch/amd64/sym_lookup.py index 9619820..e750344 100755 --- a/arch/amd64/sym_lookup.py +++ b/arch/amd64/sym_lookup.py @@ -14,8 +14,8 @@ class Symbol: name: str readelf = subprocess.run( - ["readelf", "-s", "build/kernel.bin"], - capture_output=True, + ["readelf", "-s", "build/kernel.bin"], + capture_output=True, encoding="UTF-8" ) -- cgit v1.2.3-freya