Skip to content

Commit 8d34918

Browse files
committed
Update build.py
1 parent 29f9a9d commit 8d34918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcm/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def findReplace(directory, find, replace, filePattern):
4141
shutil.copytree(path.join(src_path,'3dmodels'), path.join('content','3dmodels'), dirs_exist_ok = True)
4242

4343
# Replace every occurrence of "(model "${SPARKFUN_KICAD_LIBRARY}/3dmodels/"
44-
# with "(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_sparkfun-kicad-libraries/"
44+
# with "(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_SparkFun-KiCad-Libraries/"
4545
findReplace(path.join('content'), b'(model "${SPARKFUN_KICAD_LIBRARY}/3dmodels/',
4646
b'(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_SparkFun-KiCad-Libraries/', '*.*')
4747

@@ -100,7 +100,7 @@ def findReplace(directory, find, replace, filePattern):
100100
shutil.copytree(path.join(src_path,'3dmodels'), path.join('content','3dmodels'), dirs_exist_ok = True)
101101

102102
# Replace every occurrence of "(model "${SPARKFUN_KICAD_LIBRARY}/3dmodels/"
103-
# with "(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_sparkfun-kicad-libraries/"
103+
# with "(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_SparkFun-KiCad-Libraries/"
104104
findReplace(path.join('content'), b'(model "${SPARKFUN_KICAD_LIBRARY}/3dmodels/',
105105
b'(model "${KICAD9_3RD_PARTY}/3dmodels/com_github_sparkfun_SparkFun-KiCad-Libraries/', '*.*')
106106

0 commit comments

Comments
 (0)