hotfix regression
This commit is contained in:
parent
3254adb8aa
commit
b5d6b378ea
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ MOUNT_IGNORE_DIR = ["/dev", "/proc", "/sys"]
|
||||||
GIT_BLACKLIST = ["/var/paludis/repositories"]
|
GIT_BLACKLIST = ["/var/paludis/repositories"]
|
||||||
|
|
||||||
def get_username():
|
def get_username():
|
||||||
pwd.getpwuid(os.geteuid())[0]
|
return pwd.getpwuid(os.geteuid())[0]
|
||||||
|
|
||||||
def style_color(fg):
|
def style_color(fg):
|
||||||
return "\033[38;5;%dm" %(fg)
|
return "\033[38;5;%dm" %(fg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue