Skip to content

Commit

Permalink
Formatting: Fix comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamPattinson committed Dec 3, 2024
1 parent 9ff0483 commit 2270113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplesimdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def delete_all(self):
os.remove(entry["outputfile"])
registry = {}
self.set_registry(registry)
with suppress(OSError): # if the directory is non-empty, nothing happens
with suppress(OSError): # if the directory is non-empty, nothing happens
os.rmdir(self.__directory)


Expand Down

0 comments on commit 2270113

Please sign in to comment.