1
0
Fork 0
mirror of synced 2024-06-17 18:04:33 +12:00

Update archivebox/config.py

Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
jdcaballerov 2020-12-12 08:34:00 -05:00 committed by GitHub
parent 24d4c44624
commit 50df108863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,6 @@ DERIVED_CONFIG_DEFAULTS: ConfigDefaultDict = {
'SAVE_WARC': {'default': lambda c: c['USE_WGET'] and c['SAVE_WARC']},
'WGET_ARGS': {'default': lambda c: c['WGET_ARGS'] or []},
'USE_RIPGREP': {'default': lambda c: c['USE_RIPGREP']},
'RIPGREP_VERSION': {'default': lambda c: bin_version(c['RIPGREP_BINARY']) if c['USE_RIPGREP'] else None},
'USE_SINGLEFILE': {'default': lambda c: c['USE_SINGLEFILE'] and c['SAVE_SINGLEFILE']},