mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 03:30:05 -05:00
Correct missing quotes in OneFileDB.read
This commit is contained in:
parent
b28c3f68f1
commit
45e3a4c557
@ -19,7 +19,7 @@ class GenomeDB(object):
|
||||
|
||||
class OneFileDB(object):
|
||||
def __init__(self, dct):
|
||||
assert dct.get(type) == 'onefiledb', "Doesn't look like a OneFileDB."
|
||||
assert dct.get('type') == 'onefiledb', "Doesn't look like a OneFileDB."
|
||||
self.dct = dct
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user