projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1043032
)
Those did nothing
author
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 20:20:17 +0000
(22:20 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 20:20:17 +0000
(22:20 +0200)
tools/gen_sound.py
patch
|
blob
|
history
diff --git
a/tools/gen_sound.py
b/tools/gen_sound.py
index 1e9dd69a259f4c5188a4a8cc1296d29bdd8f42bb..a85211961824401572aa98a4dd897f1d1c3501c9 100755
(executable)
--- 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):