mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-02-25 03:46:00 +01:00
Nautilus plugin: Fix broken indentation (python).
This commit is contained in:
parent
481d4f3478
commit
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user