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 925a629 commit 297e0caCopy full SHA for 297e0ca
1 file changed
executorlib/standalone/error.py
@@ -1,4 +1,3 @@
1
-
2
import traceback
3
4
@@ -19,4 +18,4 @@ def backend_write_error_file(error: Exception, apply_dict: dict) -> None:
19
18
f.write("function: " + str(apply_dict["fn"]) + "\n")
20
f.write("args: " + str(apply_dict["args"]) + "\n")
21
f.write("kwargs: " + str(apply_dict["kwargs"]) + "\n")
22
- traceback.print_exception(error, file=f)
+ traceback.print_exception(error, file=f)
0 commit comments