mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
backed out of breaking change
This commit is contained in:
@@ -38,7 +38,7 @@ def main():
|
||||
(options, args) = parser.parse_args(sys.argv)
|
||||
for arg in args[1:]:
|
||||
try:
|
||||
this_file = WavInfoReader(f=arg)
|
||||
this_file = WavInfoReader(path=arg)
|
||||
if options.adm:
|
||||
if this_file.adm:
|
||||
sys.stdout.write(this_file.adm.xml_str())
|
||||
|
||||
Reference in New Issue
Block a user