There is no necessity to strip + signs from URIS

Closes #171
github/fork/yochananmarqos/patch-1
Manuel Genovés 2019-07-24 21:38:08 +02:00 committed by Gonçalo Silva
parent 53a9f4ebbd
commit 63ff2659fc
1 changed files with 0 additions and 1 deletions

View File

@ -442,7 +442,6 @@ class MainWindow(StyledWindow):
if filename:
if filename.startswith('file://'):
filename = filename[7:]
filename = urllib.parse.unquote_plus(filename)
self.text_view.clear()
try:
if os.path.exists(filename):