From: Stefano Rivera Date: Fri, 16 May 2014 20:20:17 +0000 (+0200) Subject: Those did nothing X-Git-Tag: 0.1~189 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=172e2665331fba1bcda0a5b07774db8523076e66 Those did nothing --- diff --git a/tools/gen_sound.py b/tools/gen_sound.py index 1e9dd69..a852119 100755 --- a/tools/gen_sound.py +++ b/tools/gen_sound.py @@ -32,7 +32,7 @@ def main(): sounds = SOUNDS.keys() if len(sys.argv) > 1: - sounds = (sys.argv[1:]) + sounds = sys.argv[1:] for sound in sounds: description = SOUNDS[sound] if isinstance(description, Chunk):