1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-12 02:04:05 +02:00

Remove unneeded dest

This commit is contained in:
Petr Viktorin
2020-09-15 16:18:32 +02:00
parent 93e7f0b16a
commit 974f3334e3

View File

@@ -32,7 +32,6 @@ def tox_addoption(parser):
"--print-deps-to",
"--print-deps-to-file",
action="store",
dest="print_deps_to",
type=argparse.FileType('w'),
metavar="FILE",
default=None,