timescale / doctor

Rule-based recommendations about your timeseries database.
Apache License 2.0
4 stars 3 forks source link

fix: use getpass.getuser() instead of os.getlogin() #23

Closed JamesGuthrie closed 12 months ago

JamesGuthrie commented 12 months ago

Using os.getlogin() on my system fails with OSError: [Errno 6] No such device or address. According to the standard library, getpass.getuser() should be used instead of os.getlogin().

CLAassistant commented 12 months ago

CLA assistant check
All committers have signed the CLA.