However, it is my belief that this is inadequate, as the path could also be an empty string, a boolean, or a non-string value. In my mind, simply checking for !path is preferable.
I am working on a PR/tests addressing this issue. See my edgerc-cleanup branch for further details.
In current implementation,
AkamaiOPEN-edgegrid-node
explicitly checks for an undefinedpath
.However, it is my belief that this is inadequate, as the
path
could also be an empty string, a boolean, or a non-string value. In my mind, simply checking for!path
is preferable.I am working on a PR/tests addressing this issue. See my edgerc-cleanup branch for further details.
Thanks!