Skip to content

Commit 6b694c5

Browse files
author
gcode@loowis.durge.org
committed
Indentation fix
1 parent 975aee2 commit 6b694c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fs/browsewin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def expand(self, item_id):
106106
paths = ( [(True, p) for p in self.fs.listdir(path, absolute=True, dirs_only=True)] +
107107
[(False, p) for p in self.fs.listdir(path, absolute=True, files_only=True)] )
108108
except FSError, e:
109-
msg = "Failed to get directory listing for %s\n\nThe following error was reported:\n\n%s" % (path, e)
110-
wx.MessageDialog(self, msg, "Error listing directory", wx.OK).ShowModal()
111-
paths = []
109+
msg = "Failed to get directory listing for %s\n\nThe following error was reported:\n\n%s" % (path, e)
110+
wx.MessageDialog(self, msg, "Error listing directory", wx.OK).ShowModal()
111+
paths = []
112112

113113

114114
#paths = [(self.fs.isdir(p), p) for p in self.fs.listdir(path, absolute=True)]

0 commit comments

Comments
 (0)