Skip to content

Commit

Permalink
Merge pull request #34 from kamo-naoyuki/fix-wav-print
Browse files Browse the repository at this point in the history
Remove print()
  • Loading branch information
nttcslab-sp-admin authored Jun 28, 2019
2 parents 5bd3a47 + 953e396 commit a909b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kaldiio/python_wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def initfp(self, file):
except EOFError:
break
chunkname = chunk.getname()
print(chunkname)
if chunkname == b'fmt ':
self._read_fmt_chunk(chunk)
self._fmt_chunk_read = 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='kaldiio',
version='2.13.7',
version='2.13.8',
description='Kaldi-ark loading and writing module',
author='nttcslab-sp',
# author_email='',
Expand Down

0 comments on commit a909b3d

Please sign in to comment.