We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effee48 commit fd1f962Copy full SHA for fd1f962
1 file changed
lcd4linux/src/myFileList.py
@@ -208,13 +208,9 @@ def canDescent(self):
208
209
def descent(self):
210
if self.getSelection() != "":
211
-<<<<<<< HEAD:lcd4linux/src/myFileList.py
212
- se = (self.current_directory if self.current_directory.endswith("/") else os_path.basename(self.current_directory)) if self.current_directory is not None else ""
213
-=======
214
se = ""
215
if self.current_directory is not None:
216
se = self.current_directory if self.current_directory.endswith("/") else os_path.basename(self.current_directory)
217
->>>>>>> e8afd925 ([LCD4linux] V5.0-r32 bugfix: duplicate call removed (#920)):LCD4linux/src/myFileList.py
218
self.changeDir(self.getSelection()[0], select=se)
219
220
def getFilename(self):
0 commit comments