radicle: Skip invalid named folders
Instead of failing with an InvalidId err in
radicle::storage::ReadStorage::repositories for repos that don’t have
a valid repository ID, we should skip them and log a warning.
2 files changed
+4
-2
0c70e171
→
7e5a1aba
modified crates/radicle/src/storage/git.rs
@@ -127,8 +127,8 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git/temp.rs
@@ -23,6 +23,8 @@ pub struct TempRepository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|