Skip to content

Commit

Permalink
Update synapse/lib/stormctrl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cisphyx authored Jan 3, 2025
1 parent e993f46 commit 803ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/lib/stormctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def __init__(self):

class _SynErrMixin(Exception):
'''
An exception mixin to give some control flow classes functionality like SynErr
An exception mixin to give some control flow classes functionality like SynErr.
'''
def __init__(self, *args, **info):
self.errinfo = info
Expand Down

0 comments on commit 803ada5

Please sign in to comment.