mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:49:23 +02:00
Point to new gitlab URL
This commit is contained in:
parent
1da58f7015
commit
99359094e0
20 changed files with 55 additions and 55 deletions
|
@ -143,7 +143,7 @@ class Command(BaseCommand):
|
|||
for m in raw_matching:
|
||||
# In some situations, the path is encoded incorrectly on the filesystem
|
||||
# so we filter out faulty paths and display a warning to the user.
|
||||
# see https://code.eliotberriot.com/funkwhale/funkwhale/issues/138
|
||||
# see https://dev.funkwhale.audio/funkwhale/funkwhale/issues/138
|
||||
try:
|
||||
m.encode("utf-8")
|
||||
matching.append(m)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue