Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 29, 2024
1 parent 384e3d4 commit 573d046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/hypo/command_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
Expand Down

0 comments on commit 573d046

Please sign in to comment.