Skip to content

Commit 5c22c6e

Browse files
author
Oliver Sherouse
committed
merged 0.3.3 hotfix
2 parents c9956fb + adef5cb commit 5c22c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quantgov/corpora/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def load_driver(corpus):
1010
corpus = Path(corpus)
11-
if corpus.name == 'driver.py':
11+
if corpus.name == 'driver.py' or corpus.name == 'timestamp':
1212
corpus = corpus.parent
1313
sys.path.insert(0, str(corpus))
1414
from driver import driver

0 commit comments

Comments
 (0)