Skip to content

Commit

Permalink
nit: run python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Feb 21, 2024
1 parent c785471 commit 1460297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/libfake.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def fake(ctx, clean=False):
run("ninja install", shell=True, cwd=build_dir, check=True, env=work_env)

# Copy shared object into place
sysroot_files = join(build_env["FAASM_WASM_LIB_INSTALL_DIR"], "libfake*.so")
sysroot_files = join(
build_env["FAASM_WASM_LIB_INSTALL_DIR"], "libfake*.so"
)

runtime_lib_dir = join(FAASM_RUNTIME_ROOT, "lib", "fake")
makedirs(runtime_lib_dir, exist_ok=True)
Expand Down

0 comments on commit 1460297

Please sign in to comment.