Merge pull request #322 from jrwhite/master

hexprog.hex fails due to divide-by-zero
This commit is contained in:
Gareth McMullin 2018-03-25 12:35:52 -07:00 committed by GitHub
commit 0c659f49cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class Target:
block = 0
for i in range(len(self.blocks)):
block += 1
if callable(progress_cb):
if callable(progress_cb) and totalblocks > 0:
progress_cb(block*100/totalblocks)
# Erase the block