Skip to content

Commit

Permalink
merged 0.3.3 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Sherouse committed Feb 1, 2018
2 parents c9956fb + adef5cb commit 5c22c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantgov/corpora/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def load_driver(corpus):
corpus = Path(corpus)
if corpus.name == 'driver.py':
if corpus.name == 'driver.py' or corpus.name == 'timestamp':
corpus = corpus.parent
sys.path.insert(0, str(corpus))
from driver import driver
Expand Down

0 comments on commit 5c22c6e

Please sign in to comment.