X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tools%2Fgen_sound.py;h=a85211961824401572aa98a4dd897f1d1c3501c9;hb=266660e05f9b1a834544f11674dc493217b6d80e;hp=1e9dd69a259f4c5188a4a8cc1296d29bdd8f42bb;hpb=1043032f980df1cf01f6d31fc5dc6774c1a3d846;p=naja.git 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):