backed out of breaking change

This commit is contained in:
Jamie Hardt
2023-11-09 11:29:22 -08:00
parent ab42cba5b0
commit 514cfe0e75
2 changed files with 8 additions and 8 deletions

View File

@@ -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())