Skip to content

Commit

Permalink
Merge branch 'sunset-python-2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
themisteryang committed Aug 29, 2023
2 parents 9dc5b26 + 102296c commit 41e702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/primer-design/classes/Guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def writePrimerCSV(self):
writer.writerow(
[
(primer_name + "wt_F1"),
wPrimer["leftprimer"],
str(wPrimer["leftTM"]),
wt_primer["leftprimer"],
str(wt_primer["leftTM"]),
]
)
writer.writerow(
Expand Down

0 comments on commit 41e702a

Please sign in to comment.