Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a3c7c3

Browse files
committed
Oops, there was a tab in there.
1 parent 30620ac commit 5a3c7c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/IDE/PackageManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def domenu_open(self, *args):
182182
if filename:
183183
filename = urllib.pathname2url(filename)
184184
if filename[:5] != 'file:':
185-
filename = 'file:' + filename
185+
filename = 'file:' + filename
186186
self.opendoc(filename)
187187

188188
def domenu_openURL(self, *args):

0 commit comments

Comments
 (0)