Skip to content

Commit

Permalink
Merge branch 'test-with-segfault-handler' of https://github.com/jina-…
Browse files Browse the repository at this point in the history
…ai/jina into test-with-segfault-handler
  • Loading branch information
JoanFM committed Jun 30, 2023
2 parents 118f619 + 742ea14 commit 63b063e
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 129 deletions.
2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import warnings as _warnings
import faulthandler

faulthandler.enable(all_threads=True)
faulthandler.enable(file=_sys.stdout, all_threads=True)

import docarray as _docarray

Expand Down
Loading

0 comments on commit 63b063e

Please sign in to comment.