mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
python: Remove redundant dest for argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4d583e3d41
commit
a5dbab8fb0
@@ -337,7 +337,6 @@ if __name__ == "__main__":
|
||||
help="Provision for test suite with production settings.")
|
||||
|
||||
parser.add_argument('--skip-dev-db-build', action='store_true',
|
||||
dest='skip_dev_db_build',
|
||||
default=False,
|
||||
help="Don't run migrations on dev database.")
|
||||
|
||||
|
Reference in New Issue
Block a user