Skip to content
Snippets Groups Projects
Commit 148cba79 authored by Pawel Szostek's avatar Pawel Szostek
Browse files

fix typo

parent b52ac72b
No related merge requests found
......@@ -382,7 +382,7 @@ class Module(object):
modules = self.make_list_of_modules()
files = []
for module in modules:
tmp = module.extract_file_from_module(extensions=extensions)
tmp = module.extract_files_from_module(extensions=extensions)
files.extend(tmp)
return files
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment