Skip to content

Commit 91609c7

Browse files
Wonkyumdanpovey
authored andcommitted
[scripts] fix typo/bug in make_musan.py (#3327)
1 parent a2e7ba3 commit 91609c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/wsj/s5/steps/data/make_musan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def check_args(args):
3636
raise Exception('input dir {0} does not exist'.format(args.in_dir))
3737
if not os.path.exists(args.out_dir):
3838
print("Preparing {0}/musan...".format(args.out_dir))
39-
os.makedirs(args.output_dir)
39+
os.makedirs(args.out_dir)
4040

4141
return args
4242

0 commit comments

Comments
 (0)