Skip to content

Commit ab17c13

Browse files
authored
Update arduino.py
1 parent b5caf60 commit ab17c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from functools import lru_cache
3333
from pathlib import Path
3434
from typing import Dict, List, Tuple
35-
from os.path import join, exists
35+
from os.path import join, exists, relpath
3636

3737
from SCons.Script import COMMAND_LINE_TARGETS, DefaultEnvironment, SConscript
3838
from platformio import fs

0 commit comments

Comments
 (0)