mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
python: Elide type=str from argparse arguments.
This commit is contained in:
committed by
Tim Abbott
parent
ca01de84be
commit
1e943ae7df
@@ -246,7 +246,6 @@ group = parser.add_mutually_exclusive_group(required=True)
|
||||
group.add_argument(
|
||||
"--thread",
|
||||
nargs="+",
|
||||
type=str,
|
||||
help="Path of the file where the thread for screenshot is present",
|
||||
)
|
||||
fixture_group = parser.add_argument_group("thread")
|
||||
|
Reference in New Issue
Block a user