Closed DanielRJohnson closed 1 year ago
In dsi/plugins/env.py (currently in qwofford/issue14),
dsi/plugins/env.py
qwofford/issue14
moniker = self.posix_info['moniker']
is unreliable and can give the following error when failing to grab the login:
Fixed in qwofford/issue14 by using getpass.getuser which does not crash when user's don't have a "controlling terminal", closed on successful merge
getpass.getuser
In
dsi/plugins/env.py
(currently inqwofford/issue14
),moniker = self.posix_info['moniker']
is unreliable and can give the following error when failing to grab the login: