Closed maximilianwerk closed 4 years ago
When reading from os.environ, they are all string by default. A parsing is needed.
os.environ
@rutujasurve94 Can you confirm this is good fix? Looks good to me, but this is your area :)
Looks good, thanks for this PR.
When reading from
os.environ
, they are all string by default. A parsing is needed.