richard pushed to branch main at The Tor Project / Applications / RBM

Commits:

1 changed file:

Changes:

  • lib/RBM.pm
    ... ... @@ -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;