-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
There is an argument -sample in synthether.py. If this argument is not included, the encoding below will result in a NoneType judgment and processing will stop when running synthesizer.py (this).
winnie/harnessgen/synthesizer.py
Lines 115 to 117 in b046bce
| har_parser.add_argument("-sample", "--sample-name", dest="sample_name", type=str, | |
| default=None, help="name of the original sample name", | |
| required=False) |
Lines 650 to 652 in b046bce
| if self.sample_name.encode() in first_string: | |
| arguments.append("filename") | |
| continue |
Metadata
Metadata
Assignees
Labels
No labels