sebageek / servefile

serve or receive files from shell via a small HTTP server
38 stars 10 forks source link

Fix exception on transmission abort with python3 #8

Closed sebageek closed 3 years ago

sebageek commented 3 years ago

With python3 sys.exc_value does no longer exist, but we can replace it with sys.exc_info().