There was an error while loading. Please reload this page.
1 parent a2e7ba3 commit 91609c7Copy full SHA for 91609c7
egs/wsj/s5/steps/data/make_musan.py
@@ -36,7 +36,7 @@ def check_args(args):
36
raise Exception('input dir {0} does not exist'.format(args.in_dir))
37
if not os.path.exists(args.out_dir):
38
print("Preparing {0}/musan...".format(args.out_dir))
39
- os.makedirs(args.output_dir)
+ os.makedirs(args.out_dir)
40
41
return args
42
0 commit comments