зеркало из https://github.com/nextcloud/desktop.git
Nautilus plugin: Fix broken indentation (python).
This commit is contained in:
Родитель
481d4f3478
Коммит
5dc2871e2b
|
@ -100,7 +100,7 @@ class MenuExtension( Nautilus.MenuProvider, SocketConnect):
|
|||
# internal or external file?!
|
||||
syncedFile = False
|
||||
for reg_path in self.registered_paths:
|
||||
filename = get_local_path(file.get_uri())
|
||||
filename = get_local_path(file.get_uri())
|
||||
if filename.startswith(reg_path):
|
||||
syncedFile = True
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче