cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
363 stars 74 forks source link

cxfreeze windows digest not euqal #117

Closed timeyyy closed 8 years ago

timeyyy commented 8 years ago

test_esky.py on py3k branch

tests/eskytester/script2.py https://github.com/cloudmatrix/esky/blob/py3k/esky/tests/eskytester/script2.py#L83

this call winds up here

patch.py https://github.com/cloudmatrix/esky/blob/py3k/esky/patch.py#L704

this error gets caught finder.py https://github.com/cloudmatrix/esky/blob/py3k/esky/finder.py#l239

i compared the flow to the master branch. the point of deviation is in patch.py when the digest is not equal.

tests are passing on python3 and python2 using linux

timeyyy commented 8 years ago

error just went away randomly... nice!