summaryrefslogtreecommitdiff
path: root/wk6
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 08:15:38 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 08:15:38 +0000
commitb9f4063ffcf29073fe976a5fb19f73eaebcb8273 (patch)
tree6c4d0e34d81dacebe0f6bf51702494ab3fdfccef /wk6
parent1c13af6eabef0c7a054d2bc27aed60857395579c (diff)
Mon, May 20, 2024, 1:15 AM -07:00
Diffstat (limited to 'wk6')
-rw-r--r--wk6/pset/dna/dna.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py
index 5140cf0..d14167d 100644
--- a/wk6/pset/dna/dna.py
+++ b/wk6/pset/dna/dna.py
@@ -38,7 +38,7 @@ def main():
for i in range(len(fields)):
print(i)
- if not fields[i] == 'name':
+ if fields[i] != 'name':
matches[i] = longest_match(sequence, fields[i])
else:
matches[i] = ''