mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Nautilus plugin: Fix broken indentation (python).
This commit is contained in:
parent
481d4f3478
commit
5dc2871e2b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class MenuExtension( Nautilus.MenuProvider, SocketConnect):
|
||||||
# internal or external file?!
|
# internal or external file?!
|
||||||
syncedFile = False
|
syncedFile = False
|
||||||
for reg_path in self.registered_paths:
|
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):
|
if filename.startswith(reg_path):
|
||||||
syncedFile = True
|
syncedFile = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue