Skip to content

Commit 3801a68

Browse files
author
Mike Solomon
authored
Update Affjax.py
1 parent 6d680a2 commit 3801a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ffi/Affjax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _toThreading():
4444
}
4545
callback(output)
4646

47-
except Exception as e:
47+
except BaseException as e:
4848
errback(e)
4949
return
5050

0 commit comments

Comments
 (0)