From 573d0467f94dd2e2ff2fbb07782290e6f106e190 Mon Sep 17 00:00:00 2001 From: zhoucheng Date: Sun, 29 Dec 2024 23:11:38 +0800 Subject: [PATCH] wip --- .github/scripts/hypo/command_op.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/hypo/command_op.py b/.github/scripts/hypo/command_op.py index 43b2d737ef41..633aef9e958e 100644 --- a/.github/scripts/hypo/command_op.py +++ b/.github/scripts/hypo/command_op.py @@ -91,7 +91,6 @@ def get_raw(self, size:str): return size.split(' ')[0] def parse_info(self, info: str): - print(f'info is: {info}') li = info.split('\n') filename = li[0].split(':')[0].strip() # assert li[0].strip().startswith('inode:'), f'parse_info: {li[0]} should start with inode:'