Commit 91973f9 1 parent 708b006 commit 91973f9 Copy full SHA for 91973f9
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ lint = [
37
37
" ruff==0.8.4" ,
38
38
]
39
39
check = [
40
- " pyright==1.1.392.post0 " ,
40
+ " pyright==1.1.393 " ,
41
41
]
42
42
test = [
43
43
" pytest==8.3.4" ,
Original file line number Diff line number Diff line change 46
46
47
47
> `--filename 'mali*'` matches a single ZIM:
48
48
49
- - `openZIM:mali-pour-les-nuls_fr_all: @ 2024-09-06 (61.54 MiB)`
49
+ - `openZIM:mali-pour-les-nuls_fr_all:@ 2024-09-06 (61.54 MiB)`
50
50
51
51
> `--filename 'mali*' --filename 'eleda*'` matches two ZIMs:
52
52
53
- - `openZIM:mali-pour-les-nuls_fr_all: @ 2024-09-06 (61.54 MiB)`
54
- - `openZIM:eleda.education_fr_fo-offline: @ 2023-10-29 (50.03 MiB)`
53
+ - `openZIM:mali-pour-les-nuls_fr_all:@ 2024-09-06 (61.54 MiB)`
54
+ - `openZIM:eleda.education_fr_fo-offline:@ 2023-10-29 (50.03 MiB)`
55
55
56
56
> `--filename 'mali*' --filename 'eleda*' --lang fra` matches two ZIMs:
57
57
58
- - `openZIM:mali-pour-les-nuls_fr_all: @ 2024-09-06 (61.54 MiB)`
59
- - `openZIM:eleda.education_fr_fo-offline: @ 2023-10-29 (50.03 MiB)`
58
+ - `openZIM:mali-pour-les-nuls_fr_all:@ 2024-09-06 (61.54 MiB)`
59
+ - `openZIM:eleda.education_fr_fo-offline:@ 2023-10-29 (50.03 MiB)`
60
60
61
61
> `--filename 'mali*' --filename 'eleda*' --lang bam` matches zero ZIM
62
62
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def run(self) -> int:
44
44
else :
45
45
raise exc
46
46
47
- if self .fetch_catalog ():
47
+ if self .fetch_catalog () and not context . dry_run :
48
48
logger .info ("Catalog has not changed since last run, exiting." )
49
49
return 0
50
50
catalog_size = self .catalog .nb_books
You can’t perform that action at this time.
0 commit comments