You've already forked HeurAMS-legacy
整合子模块
This commit is contained in:
@@ -21,7 +21,8 @@ class Procession():
|
||||
try:
|
||||
self.current_atom = self.queue[self.cursor]
|
||||
return 1 # 成功
|
||||
except IndexError:
|
||||
except IndexError as e:
|
||||
print(f"{e}")
|
||||
return 0
|
||||
|
||||
def append(self, atom = None):
|
||||
|
||||
Reference in New Issue
Block a user