Skip to content
Snippets Groups Projects
Commit 8ccb877f authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: check_output

parent 871ea621
No related branches found
No related tags found
1 merge request!585feat: eic-spack dd4hep-pr1080
This commit is part of merge request !585. Comments created here will be created in the context of that merge request.
......@@ -120,7 +120,7 @@ if __name__ == '__main__':
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install'
]
print(' '.join(cmd))
subprocess.check_call(' '.join(cmd), shell=True)
subprocess.check_output(' '.join(cmd), shell=True)
## write version info to jug_info if available
if os.path.exists('/etc/jug_info'):
cmd = ['cd /tmp/det',
......
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