Those did nothing
[naja.git] / 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):