Commit cad26bac authored by Vincent Pelletier's avatar Vincent Pelletier

Remove unneeded assignment.

parent f98cae77
......@@ -743,7 +743,6 @@ class AggregateSiteUrl(argparse.Action):
else:
caption = value
site_caption_dict[value] = caption
caption = None
match = re.compile(value).match
if base_action is not None:
match_suffix = re.compile(value + '(?P<suffix>.*)').match
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment