hmm
parent
d1e87ac5b5
commit
8b1829f598
|
@ -22,7 +22,7 @@ def bounded_find(path):
|
||||||
return find(path, "-maxdepth", "3", _ok_code=[0,1])
|
return find(path, "-maxdepth", "3", _ok_code=[0,1])
|
||||||
|
|
||||||
def active_user_count():
|
def active_user_count():
|
||||||
return int(wc(sort(cut(who(), "-d' '" "-f1"), "-u"), "-l"))
|
return int(wc(sort(cut(who(), "-d", " ", "-f1"), "-u"), "-l"))
|
||||||
|
|
||||||
def guarded_mtime(path):
|
def guarded_mtime(path):
|
||||||
try:
|
try:
|
||||||
|
|
Reference in New Issue