Skip to content

Commit

Permalink
fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Nov 22, 2024
1 parent f78b2f1 commit b82e882
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ public void download(String fromUrl, File toFile) throws Exception
{
count++;
downloadOnce(fromUrl, toFile);
<<<<<<< Updated upstream
return;
=======
ignore.add(fromUrl);
>>>>>>> Stashed changes
}
catch(Exception ex)
{
Expand Down

0 comments on commit b82e882

Please sign in to comment.