Skip to content
Snippets Groups Projects
Commit 97c2a119 authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Allow for easier copy&paste

parent 1ae99546
No related branches found
No related tags found
1 merge request!3Merge changes for new OBS from obs-api branch
......@@ -108,9 +108,9 @@ def do_mpcdf_enable_repositories(self, subcmd, opts, *args):
values = mpcdf_common.get_attribute_values(api_url, project, package, attribute_name)
except Exception:
return
print(description, ", ".join(values))
print(description, ",".join(values))
print("Enabled for:", *repos)
print("Enabled for:", ",".join(repos))
print_attr("- Subset of compiler modules set to:", "MPCDF:compiler_modules")
print_attr("- Subset of MPI modules set to:", "MPCDF:mpi_modules")
print_attr("- Subset of CUDA modules set to:", "MPCDF:cuda_modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment