abulka / pynsource

Reverse engineer Python source code into UML
http://pynsource.com
283 stars 40 forks source link

Error in startup check_for_updates - wxasync coroutine failure #101

Closed abulka closed 3 years ago

abulka commented 3 years ago

With wxasync 0.42 we start getting error pynsource-gui.py:373: RuntimeWarning: coroutine 'MainApp.check_for_updates' was never awaited

wxasync 0.41 was ok. Filed issue https://github.com/sirk390/wxasync/issues/12

abulka commented 3 years ago

2dabda16e0d7d2cf3e840fc0a446b5c9d72d924d fixes this.