mirror of
https://github.com/italicsjenga/ableton-rack-converter.git
synced 2024-11-22 07:01:30 +11:00
phrasing
This commit is contained in:
parent
6bd4579163
commit
8d8e160bd0
|
@ -9,7 +9,7 @@ fn main() {
|
|||
return;
|
||||
}
|
||||
let file_load = PathBuf::from(args[1].as_str());
|
||||
if file_load.extension().expect("no extension") != "adg" {
|
||||
if file_load.extension().expect("wrong/no extension") != "adg" {
|
||||
return;
|
||||
}
|
||||
let mut path_str = String::from("");
|
||||
|
|
Loading…
Reference in a new issue