From 8fe4a24a7466158cfc8b75689957e8bed3a35e74 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 5 Dec 2019 17:20:23 +0000 Subject: [PATCH] location-exporter: Uncomment accidentially commented line Signed-off-by: Michael Tremer --- src/python/location-exporter.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3