mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
parent
7e17f9e2ad
commit
3ab9712c18
1 changed files with 1 additions and 2 deletions
|
@ -464,8 +464,7 @@ where
|
||||||
.or_else(|| caps.get(2))
|
.or_else(|| caps.get(2))
|
||||||
.or_else(|| caps.get(3))
|
.or_else(|| caps.get(3))
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.as_str()
|
.as_str();
|
||||||
.trim();
|
|
||||||
let full = caps.get(0).unwrap().as_str();
|
let full = caps.get(0).unwrap().as_str();
|
||||||
if REMOTE_FILENAME.is_match(fname) {
|
if REMOTE_FILENAME.is_match(fname) {
|
||||||
full.into()
|
full.into()
|
||||||
|
|
Loading…
Reference in a new issue