From 172e2665331fba1bcda0a5b07774db8523076e66 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Fri, 16 May 2014 22:20:17 +0200 Subject: [PATCH] Those did nothing --- tools/gen_sound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.34.1