Skip to content
Snippets Groups Projects
Commit a3b0c8eb authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #40 from ids1024/components

Strip extra slashes from path
parents ef8c1205 1367c781
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,7 @@ impl Context { ...@@ -189,6 +189,7 @@ impl Context {
} }
}) })
.filter_map(|x| x) .filter_map(|x| x)
.filter(|x| !x.is_empty())
.collect::<Vec<_>>(); .collect::<Vec<_>>();
parts parts
.iter() .iter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment