Commit 2dd1a0e2 authored by Tristan Gingold's avatar Tristan Gingold

content: remove useless code.

parent fb87d2ab
......@@ -56,10 +56,7 @@ class ModuleContent(ModuleCore):
# HDL files provided by the module
if "files" not in self.manifest_dict:
self.files = SourceFileSet()
try:
logging.debug("No files in the manifest at %s", self.path)
except AttributeError:
pass
logging.debug("No files in the manifest at %s", self.path or '?')
else:
self.manifest_dict["files"] = path_mod.flatten_list(
self.manifest_dict["files"])
......
Markdown is supported
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