From 3ccab7c6d0b247f59aedd6b560155bb3bb16b700 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 6 Aug 2018 16:35:48 -0500 Subject: [PATCH] Remove unused --etherpad opt from list_weeks Change I3cc38afd80eb41200c7269a3039e87f01156eaab switched this tool to generate a yaml file for driving the release schedule page. That also removed the ability to generate an etherpad formatted output, but the option was not removed. This cleans up the unused option. Change-Id: I2e1b8dcb92239e891ac27af8a503f901c835c808 Signed-off-by: Sean McGinnis --- tools/list_weeks.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/list_weeks.py b/tools/list_weeks.py index 58559001f3..ecb133b8dc 100755 --- a/tools/list_weeks.py +++ b/tools/list_weeks.py @@ -39,12 +39,6 @@ def add_cycle(name): parser = argparse.ArgumentParser() -parser.add_argument( - '--etherpad', - default=False, - action='store_true', - help='output in etherpad format for building the release planning doc', -) parser.add_argument( 'prefix_char', help='single letter prefix for tags',