EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Fix file flag input NoneType error #49

Closed stroebs closed 4 years ago

stroebs commented 4 years ago

Introduction of the -f / --file flag in v11.1 broke the client when the flag was not being used, producing the error AttributeError: 'NoneType' object has no attribute 'encode'