Those did nothing
authorStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 20:20:17 +0000 (22:20 +0200)
committerStefano Rivera <stefano@rivera.za.net>
Fri, 16 May 2014 20:20:17 +0000 (22:20 +0200)
tools/gen_sound.py

index 1e9dd69a259f4c5188a4a8cc1296d29bdd8f42bb..a85211961824401572aa98a4dd897f1d1c3501c9 100755 (executable)
@@ -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):