QUARK-framework/QUARK

username=os.getlogin() fails on certain machines

philross opened this issue · 1 comments

username=os.getlogin() in src/config.py fails for certain machines.

For now we will catch the exception of os.getlogin() and will assign the string "unknownuser" to the username variable. In the future this should be handled in a smart way.