Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961aa7f commit cc7d59dCopy full SHA for cc7d59d
reclass/storage/yaml_git/__init__.py
@@ -212,7 +212,7 @@ def files_in_repo(self):
212
branch = {}
213
files = self.files_in_branch(bname)
214
for file in files:
215
- if str(file.name).endswith(FILE_EXTENSION):
+ if file.name.endswith(FILE_EXTENSION):
216
name = os.path.splitext(file.name)[0]
217
relpath = os.path.dirname(file.path)
218
if callable(self._class_name_mangler):
0 commit comments