Allow configuration for hypothesis module
This commit is contained in:
parent
494902a9f1
commit
fd900837fa
2 changed files with 41 additions and 9 deletions
|
@ -30,6 +30,7 @@ def _get_files():
|
|||
export_path = _export_path
|
||||
if export_path is None:
|
||||
# fallback to my_configuration
|
||||
# TODO import my_configuration?
|
||||
from . import paths
|
||||
export_path = paths.instapaper.export_path
|
||||
return list(sorted(Path(export_path).glob('*.json')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue