Skip to content
Snippets Groups Projects
Commit 5cb0eaa5 authored by Anne Philipp's avatar Anne Philipp
Browse files

renamed list_files function

parent bc1720f0
No related branches found
No related tags found
No related merge requests found
...@@ -87,12 +87,12 @@ class UioFiles(object): ...@@ -87,12 +87,12 @@ class UioFiles(object):
self.pattern = pattern self.pattern = pattern
self.files = [] self.files = []
self.__list_files__(self.path) self._list_files(self.path)
return return
#@profiling.timefn #@profiling.timefn
def __list_files__(self, path): def _list_files(self, path):
'''Lists all files in the directory with the matching '''Lists all files in the directory with the matching
regular expression pattern. regular expression pattern.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment