fix for [scsi] format keyword

This commit is contained in:
qiurui 2024-02-23 09:16:06 +08:00
parent 0f94365a15
commit 4691d60415
2 changed files with 5018 additions and 5021 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,9 +30,6 @@ with open(log_file_name,mode="r") as file:
if( "revert" in string or "reinstate" in string):
print(string)
string = string.split('"')[1]
if( "[" in string):
string = string.split('[')[1]
string = string.split(']')[0]
print(string)
elif(len(result_list) == 0 ):
#print(string)