Local filesystem registry for containers (intended for HPC) using Lmod or Environment Modules. Works for users and admins.
Mozilla Public License 2.0
111
stars
26
forks
source link
running shpc show with pipe command leads to exception #645
Closed
shahzebsiddiqui closed 1 year ago
Describe the bug
I was trying to run
shpc show
and filter by first x lines usinghead
ortail
and this led to exceptionI can confirm this was an issue when piping with
tail
andmore
To Reproduce Run
shpc show | head -n 5
Expected behavior i should see the output without an exception. It looks like the file in
client.py
doingout.write
Version of Singularity and Singularity Registry HPC Client
Anything else?