Skip to content

Commit

Permalink
Update compiler_wrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Jul 3, 2023
1 parent dd3a7fc commit b692919
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/coreapp/compiler_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ def assemble_asm(platform: Platform, asm: Asm) -> Assembly:
try:
assemble_proc = sandbox.run_subprocess(
platform.assemble_cmd,
mounts=[
settings.COMPILER_BASE_PATH
],
mounts=[],
shell=True,
env={
"PATH": PATH,
Expand Down

0 comments on commit b692919

Please sign in to comment.