Skip to content

Commit 18ff87f

Browse files
Reformat
1 parent 65e11a0 commit 18ff87f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ def build_extension(self, ext: Extension) -> None:
2929
import pybind11
3030

3131
ext_dir = (
32-
(Path.cwd() / self.get_ext_fullpath("")).parent.resolve()
33-
/ "amulet_faulthandler"
34-
)
32+
Path.cwd() / self.get_ext_fullpath("")
33+
).parent.resolve() / "amulet_faulthandler"
3534
faulthandler_src_dir = (
36-
Path.cwd() / "src" / "amulet_faulthandler" if self.editable_mode else ext_dir
35+
Path.cwd() / "src" / "amulet_faulthandler"
36+
if self.editable_mode
37+
else ext_dir
3738
)
3839

3940
platform_args = []

0 commit comments

Comments
 (0)