From 2a9a11e425dc385a1e795003e414a6462ca167ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Nov 2019 14:59:19 +0100 Subject: Fix timezone argument of news command --- extras/autoship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/autoship.py b/extras/autoship.py index 7f335c2..a65c701 100755 --- a/extras/autoship.py +++ b/extras/autoship.py @@ -371,7 +371,7 @@ def news_command(): args = ap.parse_args(sys.argv[2:]) entries = read_news( - args.in_path, args.in_format, args.unsorted, args.timezones + args.in_path, args.in_format, args.unsorted, not args.timezones ) with open(args.out_path, "w") as news: -- cgit v1.2.1