Skip to content

Commit

Permalink
Merge branch 'main' into 147-ipython-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jun 13, 2024
2 parents 7aa6932 + da4ca24 commit 9a30d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biocommons/seqrepo/fastadir/fabgz.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self, filename: str) -> None:
super(FabgzWriter, self).__init__()

self.filename = filename
self.fh = None
self._fh = None
self._basepath, suffix = os.path.splitext(self.filename)
if suffix != ".bgz":
raise RuntimeError("Path must end with .bgz")
Expand Down

0 comments on commit 9a30d6e

Please sign in to comment.