Skip to content
Snippets Groups Projects
Commit 9f63ab1c authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Give map files .map extension

parent acaeb188
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ class imager_prepare(BaseRecipe, RemoteCommandRecipeMixIn):
# Save the mapfile
inputs_for_image_mapfile_path = os.path.join(
job_directory, "mapfiles",
"ms_per_image_{0}".format(idx_sb_group))
"ms_per_image_{0}.map".format(idx_sb_group))
self._store_data_map(inputs_for_image_mapfile_path,
inputs_for_image_map, "inputmap for location")
......
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