Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
kicad-lib
Commits
6fde8cb5
Commit
6fde8cb5
authored
Jun 08, 2018
by
Anders Blomdell
Browse files
Minor tool fixes
parent
ce1e0896
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/merge_libs
View file @
6fde8cb5
...
...
@@ -185,7 +185,7 @@ class FootPrint:
def
merge
(
self
,
path
):
for
p
in
os
.
listdir
(
path
):
m
=
re
.
match
(
'^(.*).kicad_mod'
,
p
)
m
=
re
.
match
(
'^(.*).kicad_mod
$
'
,
p
)
if
not
m
:
continue
name
=
m
.
group
(
1
)
...
...
@@ -260,7 +260,7 @@ if __name__ == '__main__':
pass
pass
if
not
ok
:
print
(
"No
match
for '%s(%s)' in '%s'"
%
print
(
"No
footprint
for '%s(%s)' in '%s'"
%
(
k
,
p
,
lib
.
defined
[
k
]),
file
=
sys
.
stderr
)
pass
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment