rcerven
Results
1
issues of
rcerven
import podman pclient = podman.Client() img = pclient.images.get('6c0fc7ee13e0') for his in img.history(): print(his) fails with : Traceback (most recent call last): File "test.py", line 11, in for his in img.history():...