Skip to content
Snippets Groups Projects
Commit 3eff436c52fb authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: remove useless variable assignment

parent 65a9cbdc1037
No related branches found
No related tags found
1 merge request!9Expanded configurations
......@@ -58,7 +58,6 @@
def copy():
"""Copy modules for a build
"""
modules = set()
c = Config()
modules = [os.path.realpath(module) for module in c.modules]
# copy files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment