File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments