mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Replace tab with whitespace in nautilus script
This commit is contained in:
parent
d1ce17cf5f
commit
ab16afcae8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class OnionShareExtension(GObject.GObject, Nautilus.MenuProvider):
|
|||
"""
|
||||
|
||||
def url2path(self,url):
|
||||
file_uri = url.get_activation_uri()
|
||||
file_uri = url.get_activation_uri()
|
||||
arg_uri = file_uri[7:]
|
||||
path = urllib.url2pathname(arg_uri)
|
||||
return path
|
||||
|
|
Loading…
Add table
Reference in a new issue