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 <sean.mcginnis@gmail.com>
This commit is contained in:
parent
ebf4b80228
commit
3ccab7c6d0
@ -39,12 +39,6 @@ def add_cycle(name):
|
|||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
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(
|
parser.add_argument(
|
||||||
'prefix_char',
|
'prefix_char',
|
||||||
help='single letter prefix for tags',
|
help='single letter prefix for tags',
|
||||||
|
Loading…
Reference in New Issue
Block a user