We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9956fb + adef5cb commit 5c22c6eCopy full SHA for 5c22c6e
1 file changed
quantgov/corpora/utils.py
@@ -8,7 +8,7 @@
8
9
def load_driver(corpus):
10
corpus = Path(corpus)
11
- if corpus.name == 'driver.py':
+ if corpus.name == 'driver.py' or corpus.name == 'timestamp':
12
corpus = corpus.parent
13
sys.path.insert(0, str(corpus))
14
from driver import driver
0 commit comments