Skip to content
Snippets Groups Projects
Commit 321c0149 authored by Mick Jordan's avatar Mick Jordan
Browse files

pylint fix

parent bd84fc4d
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ class ReleaseBuildTask(mx.NativeBuildTask):
shutil.copytree(join(fastr_dir, d), target_dir)
# copyrights
copyrights_dir = join(fastr_dir,'mx.fastr', 'copyrights')
copyrights_dir = join(fastr_dir, 'mx.fastr', 'copyrights')
with open(join(output_dir, 'COPYRIGHT'), 'w') as outfile:
for copyright_file in os.listdir(copyrights_dir):
basename = os.path.basename(copyright_file)
......
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