Skip to content

Commit

Permalink
Merge pull request #9 from DavidMenting/master
Browse files Browse the repository at this point in the history
Switched to pretty (kicad_mod) format as default
  • Loading branch information
mtl authored Mar 13, 2017
2 parents e281b55 + 31fb3da commit 1699a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg2mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ def get_arguments():
metavar = 'FORMAT',
choices = [ 'legacy', 'pretty' ],
help = "output module file format (legacy|pretty)",
default = 'legacy',
default = 'pretty',
)

parser.add_argument(
Expand Down

0 comments on commit 1699a90

Please sign in to comment.