Skip to content

Commit

Permalink
bugfix template
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Mar 25, 2024
1 parent dc5b57e commit 847e185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydna/amplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def products(self):

amplicon = _Amplicon(
prd,
template=self.template,
template=tpl,
forward_primer=fp,
reverse_primer=rp,
**self.kwargs,
Expand Down

0 comments on commit 847e185

Please sign in to comment.