Nautilus plugin: Fix broken indentation (python).

This commit is contained in:
Klaas Freitag 2015-01-30 14:27:15 +01:00
parent 481d4f3478
commit 5dc2871e2b

View file

@ -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