diff --git a/svg2mod.py b/svg2mod.py index 0ef3753..21529f3 100755 --- a/svg2mod.py +++ b/svg2mod.py @@ -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(