hotfix regression

This commit is contained in:
Martinez 2016-01-07 12:31:52 +01:00
parent 3254adb8aa
commit b5d6b378ea

View file

@ -47,7 +47,7 @@ MOUNT_IGNORE_DIR = ["/dev", "/proc", "/sys"]
GIT_BLACKLIST = ["/var/paludis/repositories"]
def get_username():
pwd.getpwuid(os.geteuid())[0]
return pwd.getpwuid(os.geteuid())[0]
def style_color(fg):
return "\033[38;5;%dm" %(fg)