Skip to content
Snippets Groups Projects
Commit 14c402c7 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fix double -- in image names.

parent c920d498
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ if local_args.ogs not in ["off", "clean"]: # != "off" and local_args.ogs != "cl
else:
name_start = f"ogs-{commit_hash[:8]}"
folder = f"/{name_start}/{local_args.pm}"
folder = f"/{name_start}/{local_args.pm}".replace("//", "/")
if len(local_args.cmake_args) > 0:
cmake_args_hash = hashlib.md5(
......
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