mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
Change a param in WavInfoReader's __init__
It makes more sense this way but it breaks everything prior to this version.
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
(options, args) = parser.parse_args(sys.argv)
|
||||
for arg in args[1:]:
|
||||
try:
|
||||
this_file = WavInfoReader(path=arg)
|
||||
this_file = WavInfoReader(f=arg)
|
||||
if options.adm:
|
||||
if this_file.adm:
|
||||
sys.stdout.write(this_file.adm.xml_str())
|
||||
|
||||
Reference in New Issue
Block a user