Skip to content
Snippets Groups Projects
Commit cdb5b00a authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

copied executable needs to be consistent with compiled

parent bced0c3a
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ class code(base):
if not os.path.isdir(self.work_dir):
os.mkdir(self.work_dir)
if self.work_dir != './':
shutil.copy(self.name + '.elf', self.work_dir)
shutil.copy(self.name, self.work_dir)
os.chdir(self.work_dir)
with open(self.name + '_version_info.txt', 'w') as outfile:
outfile.write(self.version_message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment