richard pushed to branch main at The Tor Project / Applications / RBM
Commits:
-
148d8541
by Nicolas Vigier at 2024-04-25T14:54:32+02:00
1 changed file:
Changes:
... | ... | @@ -796,7 +796,7 @@ sub input_file_need_dl { |
796 | 796 | return undef;
|
797 | 797 | }
|
798 | 798 | return undef if $input_file->{exec};
|
799 | - return undef if $fname;
|
|
799 | + return undef if ($fname && !$t->('refresh_input'));
|
|
800 | 800 | return 1 if $input_file->{URL};
|
801 | 801 | return 1 if $input_file->{content};
|
802 | 802 | return undef;
|