Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jun 25, 2018
1 parent 4d6d1f6 commit f32d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bel/lang/belobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def parse(self, statement: str, strict: bool = False, parseinfo: bool = False, r
else:
self.validation_messages.append(('ERROR', f'{error}\nBEL: {self.bel_stmt}'))

self.ast = None
self.ast = None

except Exception as e:
log.error('Error {}, error type: {}'.format(e, type(e)))
Expand Down

0 comments on commit f32d6dc

Please sign in to comment.