Antoine Beaupré <[email protected]> writes:

> @@ -319,6 +341,10 @@ sub get_mw_pages {
>               $user_defined = 1;
>               get_mw_tracked_categories(\%pages);
>       }
> +    if (@tracked_namespaces) {
> +        $user_defined = 1;
> +        get_mw_tracked_namespaces(\%pages);
> +    }
>       if (!$user_defined) {
>               get_mw_all_pages(\%pages);
>       }

Space Vs tabs indent issue (I have tab-width = 8, you probably have 4
and this "if" looks underindented).

-- 
Matthieu Moy
https://matthieu-moy.fr/

Reply via email to