Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Apr 26, 2023
1 parent 37216fa commit 5fd2ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowfakery/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def close(self):
def __del__(self):
if not self.closed:
self.close()
self.close = True
self.closed = True


class PluginOption:
Expand Down

0 comments on commit 5fd2ab5

Please sign in to comment.