Skip to content

Commit

Permalink
Merge pull request #86 from jan-glx/patch-1
Browse files Browse the repository at this point in the history
forward explicit kwargs
  • Loading branch information
BjornFJohansson authored Oct 5, 2022
2 parents 50ba2fb + 027b742 commit 88dd388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pydna/seqrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def __init__(self,
**kwargs):

super().__init__(*args,
id = id,
name = name,
description = description,
**kwargs)
self._fix_attributes()

Expand Down

0 comments on commit 88dd388

Please sign in to comment.