Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from petiepooo/patch-1
Browse files Browse the repository at this point in the history
Avoid hard loop when file unavailable
  • Loading branch information
dougburks authored Jan 21, 2017
2 parents 5a604c1 + bd90e43 commit 8e7d0ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scripts/ip2c.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ if {$fail == "no"} {
set x [expr $x - 1]
}
} else {
puts "Checksum not found. Retrying..\n"
set x [expr $x - 1]
puts "Checksum not found. Skipping..\n"
}
}

Expand Down

0 comments on commit 8e7d0ae

Please sign in to comment.