Skip to content

Commit fd1f962

Browse files
committed
lcd4linux: Fix merge confict
1 parent effee48 commit fd1f962

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lcd4linux/src/myFileList.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,9 @@ def canDescent(self):
208208

209209
def descent(self):
210210
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-
=======
214211
se = ""
215212
if self.current_directory is not None:
216213
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
218214
self.changeDir(self.getSelection()[0], select=se)
219215

220216
def getFilename(self):

0 commit comments

Comments
 (0)