Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 11be1ea

Browse files
committed
Styling
1 parent a71a026 commit 11be1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/start.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import platform
77
import subprocess
88
import sys
9+
910
import jinja2
1011

1112

@@ -213,11 +214,10 @@ def main(args, environ):
213214
if "-m" not in args:
214215
args = ["-m", synapse_worker] + args
215216

216-
217217
jemallocpath = f"/usr/lib/{platform.machine()}-linux-gnu/libjemalloc.so.2"
218218

219219
if os.path.isfile(jemallocpath):
220-
environ['LD_PRELOAD'] = jemallocpath
220+
environ["LD_PRELOAD"] = jemallocpath
221221
else:
222222
log(f"Could not find {jemallocpath}, will not use")
223223

0 commit comments

Comments
 (0)