Upper key word

This commit is contained in:
WQY\qiong
2022-11-18 21:07:06 +08:00
parent 466903c900
commit 1ee4a83d4c
7 changed files with 7 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ class InpSource:
num_without_desc = (num - 1) if has_desc else num
self.node = str(tokens[0])
self.s_type = str(tokens[1])
self.s_type = str(tokens[1].upper())
self.strength = float(tokens[2])
self.pattern = str(tokens[3]) if num_without_desc >= 4 else None