From: Michael Tremer Date: Thu, 5 Dec 2019 17:20:23 +0000 (+0000) Subject: location-exporter: Uncomment accidentially commented line X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fe4a24a7466158cfc8b75689957e8bed3a35e74;p=people%2Fsennis%2Flibloc.git location-exporter: Uncomment accidentially commented line Signed-off-by: Michael Tremer --- diff --git a/src/python/location-exporter.in b/src/python/location-exporter.in index 12bc29a..421ed02 100644 --- a/src/python/location-exporter.in +++ b/src/python/location-exporter.in @@ -237,7 +237,7 @@ class CLI(object): # format parser.add_argument("--format", help=_("Output format"), - )#default="list", choices=self.output_formats.keys()) + default="list", choices=self.output_formats.keys()) # directory parser.add_argument("--directory", help=_("Output directory"), required=True)