Skip to content

Commit

Permalink
Fix "OSError: [Errno 2] No such file or directory" when SPL framework…
Browse files Browse the repository at this point in the history
… is used // Resolve #2
  • Loading branch information
ivankravets committed Jan 30, 2019
1 parent fca4df5 commit 54a6af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/frameworks/spl.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def get_core_files():

result = exec_command(
command,
cwd=join(FRAMEWORK_DIR, "Libraries", "STM8S_StdPeriph_Driver", "inc")
cwd=join(FRAMEWORK_DIR, "Libraries", "STM8S_StdPeriph_Driver", "inc"),
env=env['ENV']
)

if result['returncode'] != 0:
Expand Down

0 comments on commit 54a6af9

Please sign in to comment.