Snabbare Hastighet
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
disco/util/emitter.py
|
|
@ -125,7 +125,7 @@ class Emitter(LoggingClass): |
|
|
|
name, |
|
|
|
listener.callback.__name__, |
|
|
|
e.__class__.__name__, |
|
|
|
str(e), |
|
|
|
e, |
|
|
|
)) |
|
|
|
|
|
|
|
# Next execute all AFTER handlers sequentially |
|
|
@ -137,7 +137,7 @@ class Emitter(LoggingClass): |
|
|
|
name, |
|
|
|
listener.callback.__name__, |
|
|
|
e.__class__.__name__, |
|
|
|
str(e), |
|
|
|
e, |
|
|
|
)) |
|
|
|
|
|
|
|
# Next enqueue all sequential handlers. This just puts stuff into a queue |
|
|
|