[game-data-packager] 06/11: command_line: Don't parse arguments with an incomplete parser
Simon McVittie
smcv at debian.org
Sun Dec 31 16:59:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository game-data-packager.
commit 7e3b64c3da8f4130ae3d95a3783625318c5a67ed
Author: Simon McVittie <smcv at debian.org>
Date: Sun Dec 31 12:58:39 2017 +0000
command_line: Don't parse arguments with an incomplete parser
Signed-off-by: Simon McVittie <smcv at debian.org>
---
game_data_packager/command_line.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/game_data_packager/command_line.py b/game_data_packager/command_line.py
index 208d747..611763e 100644
--- a/game_data_packager/command_line.py
+++ b/game_data_packager/command_line.py
@@ -264,7 +264,6 @@ def run_command_line():
mt_parser.add_argument(
'-f', '--flacsums', action='store_true', dest='flacsums',
help='compute "flacsums" from .wav files')
- args = parser.parse_args()
config = read_config()
parsed = argparse.Namespace(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list