We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c380b commit 1674513Copy full SHA for 1674513
execnet/gateway_base.py
@@ -348,7 +348,6 @@ def trace(*msg):
348
except Exception:
349
pass # nothing we can do, likely interpreter-shutdown
350
351
-
352
elif DEBUG:
353
import tempfile
354
import os
@@ -369,7 +368,6 @@ def trace(*msg):
369
368
370
371
372
373
else:
374
notrace = trace = lambda *msg: None
375
@@ -1126,7 +1124,6 @@ class LoadError(DataFormatError):
1126
1124
def bchr(n):
1127
1125
return bytes([n])
1128
1129
1130
1131
bchr = chr
1132
0 commit comments